Problem foodchain
User claireau
Submission Time 2026-08-06 21:20:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:8:31: error: expected ‘;’ before ‘}’ token
8 | cout << A*B*C*D*E % 1000000007
| ^
| ;
9 | }
| ~