Problem foodchain
User nzx
Submission Time 2026-05-07 12:51:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:2:14: error: expected initializer before ‘long’
2 | #define long long int128
| ^~~~
foodchain.cpp:8:7: note: in expansion of macro ‘long’
8 | long long a,b,c,d,e,f=1; cin >> a >> b >> c >> d >> e;
| ^~~~
foodchain.cpp:8:34: error: ‘a’ was not declared in this scope
8 | long long a,b,c,d,e,f=1; cin >> a >> b >> c >> d >> e;
| ^
foodchain.cpp:8:39: error: ‘b’ was not declared in this scope
8 | long long a,b,c,d,e,f=1; cin >> a >> b >> c >> d >> e;
| ^
foodchain.cpp:8:44: error: ‘c’ was not declared in this scope
8 | long long a,b,c,d,e,f=1; cin >> a >> b >> c >> d >> e;
| ^
foodchain.c