Problem | fibo |
---|---|
User | help |
Submission Time | 2025-08-04 16:32:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:10:7: error: ‘i’ was not declared in this scope
10 | for (i=0;i<x;++i){
| ^
fibo.cpp:15:2: error: expected ‘}’ at end of input
15 | }
| ^
fibo.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^