Problem | fibo |
---|---|
User | Biologyhater123 |
Submission Time | 2025-02-19 16:01:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:15:5: error: expected ‘,’ or ‘;’ before ‘int’
15 | int n, f0=0, f1=1, winsen;
| ^~~
fibo.cpp:16:11: error: ‘n’ was not declared in this scope
16 | cin >>n;
| ^
fibo.cpp:17:10: error: ‘i’ was not declared in this scope
17 | for (i=0; i<n; i++){
| ^
fibo.cpp:18:14: error: ‘f0’ was not declared in this scope
18 | cout << f0 << '\n';
| ^~
fibo.cpp:19:6: error: ‘winsen’ was not declared in this scope
19 | winsen= f0+f1 % jho;
| ^~~~~~
fibo.cpp:19:17: error: ‘f1’ was not declared in this scope
19 | winsen= f0+f1 % jho;
| ^~