Problem | fibo |
---|---|
User | justin271828 |
Submission Time | 2024-05-30 10:43:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:20:43: error: ‘x’ was not declared in this scope
20 | for (int i = 0; i <= N; i++) cout << arr[x] << "\n";
| ^