Problem foodchain
User siqideng09
Submission Time 2023-11-10 14:26:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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