| Problem | fibo |
|---|---|
| User | popperoni |
| Submission Time | 2025-12-19 15:53:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int fibo(int)’:
fibo.cpp:13:12: error: a function-definition is not allowed here before ‘{’ token
13 | int main() {
| ^
fibo.cpp:18:1: error: expected ‘}’ at end of input
18 | }
| ^
fibo.cpp:7:17: note: to match this ‘{’
7 | int fibo(int n) {
| ^