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

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:7:2: error: ‘__int128_’ was not declared in this scope; did you mean ‘__int128_t’?
7 | __int128_ n = e*d*c*b*a;
| ^~~~~~~~~
| __int128_t
foodchain.cpp:8:10: error: ‘n’ was not declared in this scope
8 | cout << n%1000000009;
| ^