| Problem | fibo |
|---|---|
| User | wezmaster |
| Submission Time | 2023-11-09 13:57:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:16:10: error: ‘b’ was not declared in this scope
16 | cin>>b;
| ^
fibo.cpp:21:9: error: expected ‘;’ before ‘return’
21 | cout
| ^
| ;
22 |
23 | return 0;
| ~~~~~~