Problem | foodchain |
---|---|
User | shashi93 |
Submission Time | 2024-02-26 16:58:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:5:13: error: ‘unsigned_int128’ was not declared in this scope
5 | #define int unsigned_int128
| ^~~~~~~~~~~~~~~
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.cpp:10:29: er