Problem | fibo |
---|---|
User | qizao |
Submission Time | 2023-11-07 13:11:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:16:20: error: expected ‘)’ before ‘;’ token
16 | while(int i = 0 ; i <= n ; i++){
| ~ ^~
| )
fibo.cpp:16:23: error: ‘i’ was not declared in this scope
16 | while(int i = 0 ; i <= n ; i++){
| ^