| Problem | fibo |
|---|---|
| User | Water |
| Submission Time | 2023-06-27 19:56:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘void fib(int)’:
fibo.cpp:27:2: error: break statement not within loop or switch
27 | break;
| ^~~~~
fibo.cpp: At global scope:
fibo.cpp:29:1: error: expected declaration before ‘}’ token
29 | }
| ^