Problem foodchain
User Randomguy
Submission Time 2025-12-03 13:42:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:9:15: error: expected ‘;’ before ‘}’ token
9 | cout << total
| ^
| ;
10 |
11 | }
| ~