Problem foodchain
User yf004
Submission Time 2023-12-06 19:30:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:18:11: error: expected ‘;’ before ‘cout’
18 | e = e*c%x
| ^
| ;
19 | cout << (a*e)%(x);
| ~~~~