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

Compile Error

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