Problem foodchain
User Syw
Submission Time 2025-11-12 11:12:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int32_t main()’:
foodchain.cpp:10:13: error: expected ‘;’ before ‘}’ token
10 | cout << out
| ^
| ;
11 | }
| ~