| Problem | fibo |
|---|---|
| User | griuehiruhigero |
| Submission Time | 2023-06-19 20:04:24 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:10:3: error: ‘else’ without a previous ‘if’
10 | else if(i == 2)
| ^~~~
fibo.cpp:13:3: error: ‘else’ without a previous ‘if’
13 | else
| ^~~~