Problem | fibo |
---|---|
User | joshua2152 |
Submission Time | 2023-04-19 14:45:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:9:2: error: expected ‘,’ or ‘;’ before ‘x’
9 | x = y
| ^
fibo.cpp:11:18: error: ‘i’ was not declared in this scope
11 | for (int i = 0; i < n; i++){
| ^