Problem foodchain
User Wheezycantcode
Submission Time 2024-02-23 17:14:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:5:2: error: ‘__int128_’ was not declared in this scope; did you mean ‘__int128_t’?
5 | __int128_ a,b,c,d,e;
| ^~~~~~~~~
| __int128_t
foodchain.cpp:6:9: error: ‘a’ was not declared in this scope
6 | cin >> a >> b >> c >> d >> e;
| ^
foodchain.cpp:6:14: error: ‘b’ was not declared in this scope
6 | cin >> a >> b >> c >> d >> e;
| ^
foodchain.cpp:6:19: error: ‘c’ was not declared in this scope
6 | cin >> a >> b >> c >> d >> e;
| ^
foodchain.cpp:6:24: error: ‘d’ was not declared in this scope
6 | cin >> a >> b >> c >> d >> e;
| ^
foodchain.cpp:6:29: error: ‘e’ was not declared in this scope
6 | cin >> a >> b >> c >&g