Problem | fibo |
---|---|
User | MajesticMist |
Submission Time | 2024-05-20 12:36:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘long long int fibo(int)’:
fibo.cpp:8:2: error: expected ‘,’ or ‘;’ before ‘long’
8 | long long b = 1
| ^~~~
fibo.cpp:9:21: error: ‘i’ was not declared in this scope
9 | for (int i = 2; i <= n; i++) {
| ^
fibo.cpp:14:12: error: ‘b’ was not declared in this scope
14 | return b;}
| ^