Problem foodchain
User Jasper123
Submission Time 2026-05-13 19:30:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:5:33: error: expected ‘;’ before ‘cin’
5 | ios_base::sync_with_stdio(false)
| ^
| ;
6 | cin.tie(nullptr)
| ~~~
foodchain.cpp:11:1: error: ‘total’ was not declared in this scope
11 | total=a*b*c*d*e;
| ^~~~~