Problem foodchain
User brat
Submission Time 2025-09-23 21:12:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:3:13: error: expected ‘,’ or ‘;’ before ‘long’
3 | #define int long long
| ^~~~
foodchain.cpp:8:2: note: in expansion of macro ‘int’
8 | int a, b, c, d, e;
| ^~~
foodchain.cpp:9:9: error: ‘a’ was not declared in this scope
9 | cin >> a >> b >> c >> d >> e;
| ^
foodchain.cpp:9:14: error: ‘b’ was not declared in this scope
9 | cin >> a >> b >> c >> d >> e;
| ^
foodchain.cpp:9:19: error: ‘c’ was not declared in this scope
9 | cin >> a >> b >> c >> d >> e;
| ^
foodchain.cpp:9:24: error: ‘d’ was not declared in this scope
9 | cin >> a >> b >> c >> d >> e;
| ^
foodchain.cpp:9:29: error: ‘e’ was not declared in this scope