Problem foodchain
User elegantarmour
Submission Time 2024-12-04 10:22:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
foodchain.cpp:7:2: note: in expansion of macro ‘int’
7 | int A, B, C, D, E;
| ^~~
foodchain.cpp:7:6: error: ‘A’ was not declared in this scope
7 | int A, B, C, D, E;
| ^
foodchain.cpp:7:9: error: ‘B’ was not declared in this scope
7 | int A, B, C, D, E;
| ^
foodchain.cpp:7:12: error: ‘C’ was not declared in this scope
7 | int A, B, C, D, E;
| ^
foodchain.cpp:7:15: error: ‘D’ was not declared in this scope
7 | int A, B, C, D, E;
| ^
foodchain.cpp:7:18: error: ‘E’ was not declared in this scope
7 | int A, B, C, D, E;
| ^
foodchain.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int lo