Problem foodchain
User DaPeter
Submission Time 2025-12-03 16:48:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:4:2: error: ‘total’ was not declared in this scope
4 | total = 1
| ^~~~~
foodchain.cpp:7:8: error: ‘arr’ was not declared in this scope
7 | cin>>arr[i];
| ^~~