Problem hungryrabbits1
User carson
Submission Time 2026-01-04 14:18:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hungryrabbits1.cpp: In function ‘int main()’:
hungryrabbits1.cpp:13:14: error: expected ‘;’ before ‘}’ token
13 | sum += a[i]
| ^
| ;
14 | }
| ~
hungryrabbits1.cpp:24:15: error: ‘i’ was not declared in this scope; did you mean ‘i1’?
24 | for( i1 = 1; i <= n; i++){
| ^
| i1
hungryrabbits1.cpp:36:7: error: ‘i2’ was not declared in this scope; did you mean ‘i1’?
36 | for( i2 = n; i > 0; i--){
| ^~
| i1
hungryrabbits1.cpp:36:15: error: ‘i’ was not declared in this scope; did you mean ‘i1’?
36 | for( i2 = n; i > 0; i--){
| ^
| i1