| Problem | fibo |
|---|---|
| User | Shreyas123456789 |
| Submission Time | 2026-03-02 15:57:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:11:8: error: expected ‘;’ before ‘cout’
11 | f[1]=1
| ^
| ;
12 | cout << '0\n1\n'
| ~~~~
fibo.cpp:13:17: error: ‘i’ was not declared in this scope
13 | fot=r(int i=0; i<N;i++){
| ^