Problem | fibo |
---|---|
User | Codemaker001 |
Submission Time | 2025-03-07 14:25:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int32_t main()’:
fibo.cpp:10:9: error: ‘i’ was not declared in this scope
10 | if (i == 0) {
| ^
fibo.cpp:16:31: error: expected ‘;’ before ‘return’
16 | cout << 0 << "\n" << 1
| ^
| ;
17 | return 0;
| ~~~~~~