| Problem | hungryrabbits1 |
|---|---|
| User | carson |
| Submission Time | 2026-01-04 14:19:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
hungryrabbits1.cpp: In function ‘int main()’:
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