Problem | fibo |
---|---|
User | bluesky2113 |
Submission Time | 2024-08-03 17:27:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:17:3: error: expected ‘,’ or ‘;’ before ‘for’
17 | for (int i = 0; i <= (n-2); i++) {
| ^~~
fibo.cpp:17:19: error: ‘i’ was not declared in this scope
17 | for (int i = 0; i <= (n-2); i++) {
| ^