Problem | fibo |
---|---|
User | howdoicode |
Submission Time | 2025-01-27 16:30:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:7:2: error: expected initializer before ‘int’
7 | int fibonacci(int n) {
| ^~~
fibo.cpp:13:2: error: expected ‘}’ at end of input
13 | }
| ^
fibo.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^