Problem foodchain
User Biologyhater123
Submission Time 2025-06-10 15:14:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int32_t main()’:
foodchain.cpp:14:16: error: expected ‘;’ before ‘}’ token
14 | cout << ans
| ^
| ;
15 | }
| ~