Problem foodchain
User alettuce
Submission Time 2024-03-01 14:22:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int32_t main()’:
foodchain.cpp:12:27: error: expected ‘;’ before ‘return’
12 | cout << a * b * c * d * e
| ^
| ;
13 | return 0;
| ~~~~~~