Problem foodchain
User Uoelpc
Submission Time 2023-11-15 22:41:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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