Problem foodchain
User GohWenXi
Submission Time 2025-06-25 22:17:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:21:12: error: expected ‘;’ before ‘}’ token
21 | cout<<temp
| ^
| ;
22 | }
| ~