Problem | fibo |
---|---|
User | howdoicode |
Submission Time | 2025-01-27 16:35:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:6:21: error: expected ‘)’ before ‘;’ token
6 | int fibonacci(int n;) {
| ~ ^
| )
fibo.cpp:6:22: error: expected primary-expression before ‘)’ token
6 | int fibonacci(int n;) {
| ^