Problem foodchain
User cat
Submission Time 2024-05-25 09:49:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:8:39: error: expected ‘;’ before ‘)’ token
8 | cout << (((((a%x)*b)%x*c)%x*d)%x*e)%x)%x;
| ^