| Problem | fibo |
|---|---|
| User | SubtleNotice |
| Submission Time | 2025-09-30 18:03:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:8:3: error: continue statement not within a loop
8 | continue();
| ^~~~~~~~
fibo.cpp:8:11: error: expected ‘;’ before ‘(’ token
8 | continue();
| ^
| ;
fibo.cpp:8:12: error: expected primary-expression before ‘)’ token
8 | continue();
| ^