Problem | fibo |
---|---|
User | Krishna |
Submission Time | 2024-09-12 20:07:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int fibo(int)’:
fibo.cpp:13:10: error: expected ‘;’ before ‘}’ token
13 | return b
| ^
| ;
14 | }
| ~
fibo.cpp: In function ‘int main()’:
fibo.cpp:18:9: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
18 | cin >> n;
| ^
| yn