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

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:7:13: error: expected unqualified-id before ‘=’ token
7 | __int128_t = e*d*c*b*a;
| ^
foodchain.cpp:8:10: error: ‘n’ was not declared in this scope
8 | cout << n%1000000009;
| ^