Problem | fibo |
---|---|
User | Kenniene |
Submission Time | 2024-01-22 09:13:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:6:22: error: ‘fi’ was not declared in this scope; did you mean ‘f1’?
6 | int f0 = 0, f1 = 1; fi = 0;
| ^~
| f1
fibo.cpp:8:9: error: ‘n’ was not declared in this scope
8 | while (n != -1) {
| ^