Problem foodchain
User Cxt76
Submission Time 2024-11-08 12:42:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int32_t main()’:
foodchain.cpp:8:19: error: expected ‘;’ before ‘}’ token
8 | cout << A*B*C*D*E
| ^
| ;
9 | }
| ~