| Problem | fibo |
|---|---|
| User | Enderpotato |
| Submission Time | 2024-02-22 15:02:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:14:19: error: ‘n’ was not declared in this scope
14 | for(int i = 2;i<=n;i++){
| ^