Problem | fibo |
---|---|
User | YH |
Submission Time | 2024-02-03 12:39:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:9:15: error: expected ‘;’ before ‘cout’
9 | f1, f2 = 0, 1
| ^
| ;
10 | cout << f1 << endl << f2 << endl;
| ~~~~
fibo.cpp:13:14: error: ‘fl’ was not declared in this scope; did you mean ‘f2’?
13 | int temp = fl + f2;
| ^~
| f2