Problem foodchain
User cOoKiEs
Submission Time 2023-11-15 15:14:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int32_t main()’:
foodchain.cpp:9:8: error: expected ‘;’ before ‘B’
9 | A%=MOD
| ^
| ;
10 | B%=MOD
| ~