Problem foodchain
User NotTYR
Submission Time 2025-11-12 10:33:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:9:42: error: expected ‘;’ before ‘}’ token
9 | cout << (a * b * c * d * e) % 1000000009
| ^
| ;
......
12 | }
| ~