Problem foodchain
User Isabel123
Submission Time 2023-11-10 09:31:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:10:29: error: expected ‘;’ before ‘return’
10 | cout << sumOfMilk%modulo
| ^
| ;
......
14 | return 0;
| ~~~~~~