Problem foodchain
User siqideng09
Submission Time 2023-11-08 15:38:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:14:35: error: expected ‘)’ before ‘;’ token
14 | cout << ((A*B*C*D*E) % 1000000009;
| ~ ^
| )