Problem foodchain
User Hytoh
Submission Time 2023-03-20 15:53:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:12:9: error: expected ‘;’ before ‘ans’
12 | n %= b
| ^
| ;
13 | ans = (ans * n) % b;
| ~~~