Problem foodchain
User paaaaaaaaaaaaaaaaaaa
Submission Time 2024-11-07 13:48:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp:4:18: error: declaration does not declare anything [-fpermissive]
4 | #define int long long;
| ^~~~
foodchain.cpp:6:1: note: in expansion of macro ‘int’
6 | int main() {
| ^~~
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:4:18: error: declaration does not declare anything [-fpermissive]
4 | #define int long long;
| ^~~~
foodchain.cpp:7:5: note: in expansion of macro ‘int’
7 | int a,b,c,d,e
| ^~~
foodchain.cpp:7:9: error: ‘a’ was not declared in this scope
7 | int a,b,c,d,e
| ^
foodchain.cpp:7:11: error: ‘b’ was not declared in this scope
7 | int a,b,c,d,e
| ^
foodchain.cpp:7:13: 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
|