Problem | fibo |
---|---|
User | YH |
Submission Time | 2024-02-03 12:42:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:7:2: error: expected initializer before ‘long’
7 | long long f1, f2;
| ^~~~
fibo.cpp:8:9: error: ‘n’ was not declared in this scope
8 | cin >> n;
| ^
fibo.cpp:10:2: error: ‘f1’ was not declared in this scope
10 | f1 = 0;
| ^~
fibo.cpp:11:2: error: ‘f2’ was not declared in this scope
11 | f2 = 1;
| ^~