| Problem | fibo |
|---|---|
| User | minkison |
| Submission Time | 2025-11-19 16:13:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:13:2: error: expected ‘,’ or ‘;’ before ‘for’
13 | for (int i = -1; i < n; i++){
| ^~~
fibo.cpp:13:19: error: ‘i’ was not declared in this scope
13 | for (int i = -1; i < n; i++){
| ^