Problem | fibo |
---|---|
User | matt |
Submission Time | 2024-01-09 20:50:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int32_t main()’:
fibo.cpp:8:6: error: expected ‘;’ before ‘long’
8 | n+=1
| ^
| ;
fibo.cpp:10:2: error: ‘f’ was not declared in this scope
10 | f[0]=0;
| ^