| Problem | foodchain |
|---|---|
| User | Wheezycantcode |
| Submission Time | 2024-02-23 17:15:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:7:2: error: ‘__int128_n’ 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;
| ^