Problem foodchain
User Uoelpc
Submission Time 2023-11-15 23:08:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int32_t main()’:
foodchain.cpp:18:31: error: expected ‘;’ before ‘}’ token
18 | cout << (quot + rema) % consta
| ^
| ;
19 | }
| ~