Problem | foodchain |
---|---|
User | GWC2724 |
Submission Time | 2023-11-14 14:19:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:4:21: error: expected initializer before ‘<’ token
4 | int A, B, C, D, E < 1000000;
| ^
foodchain.cpp:5:20: error: ‘E’ was not declared in this scope
5 | cin>>A>>B>>C>>D>>E;
| ^