Problem foodchain
User polyda
Submission Time 2024-11-03 10:16:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:17:21: error: expected ‘;’ before ‘}’ token
17 | cout << ans << endl
| ^
| ;
18 | }
| ~