| Problem | foodchain |
|---|---|
| User | BrainrotKid |
| Submission Time | 2026-02-24 12:05:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:2:13: error: ‘long long long’ is too long for GCC
2 | #define int long long
| ^~~~
foodchain.cpp:10:13: note: in expansion of macro ‘int’
10 | long long int k; k=a*b*c*d*e;
| ^~~
foodchain.cpp:2:18: error: ‘long long long’ is too long for GCC
2 | #define int long long
| ^~~~
foodchain.cpp:10:13: note: in expansion of macro ‘int’
10 | long long int k; k=a*b*c*d*e;
| ^~~