Problem | foodchain |
---|---|
User | Wheezycantcode |
Submission Time | 2024-02-23 17:14:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:6:2: error: ‘__int128_’ was not declared in this scope; did you mean ‘__int128_t’?
6 | __int128_ a,b,c,d,e;
| ^~~~~~~~~
| __int128_t
foodchain.cpp:8:11: error: expected ‘;’ before ‘n’
8 | __int128_ n = e*d*c*b*a;
| ^~
| ;
foodchain.cpp:9:10: error: ‘n’ was not declared in this scope
9 | cout << n%1000000009;
| ^