Problem foodchain
User shashi93
Submission Time 2024-02-26 16:58:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:5:13: error: ‘u_int128_t’ was not declared in this scope; did you mean ‘u_int32_t’?
5 | #define int u_int128_t
| ^~~~~~~~~~
foodchain.cpp:9:2: note: in expansion of macro ‘int’
9 | int a, b, c, d, e, summed;
| ^~~
foodchain.cpp:10:9: error: ‘a’ was not declared in this scope
10 | cin >> a >> b >> c >> d >> e;
| ^
foodchain.cpp:10:14: error: ‘b’ was not declared in this scope
10 | cin >> a >> b >> c >> d >> e;
| ^
foodchain.cpp:10:19: error: ‘c’ was not declared in this scope
10 | cin >> a >> b >> c >> d >> e;
| ^
foodchain.cpp:10:24: error: ‘d’ was not declared in this scope
10 | cin >> a >> b >> c >> d >> e;
| ^
foodchain.c