| Problem | fibo |
|---|---|
| User | BrainrotKid |
| Submission Time | 2026-02-06 17:10:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:18:3: error: ‘a’ was not declared in this scope
18 | a[2]=a[3]=1; cout<<0<<"\n"<<1<<"\n"<<1<<"\n";
| ^