| Problem | fibo |
|---|---|
| User | RandomCtfNoob |
| Submission Time | 2026-01-07 17:03:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int fibo(int, int, int, int)’:
fibo.cpp:10:12: error: expected ‘;’ before ‘}’ token
10 | return ans
| ^
| ;
11 |
12 | }
| ~