Problem | fibo |
---|---|
User | BigEd15 |
Submission Time | 2025-04-22 17:00:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:17:7: error: ‘x’ was not declared in this scope
17 | for (x=2; x<=N; x++) {
| ^
fibo.cpp:20:7: error: ‘x’ was not declared in this scope
20 | for (x=0; x<=N; x++) {
| ^