Problem | fibo |
---|---|
User | Kanish |
Submission Time | 2023-11-09 09:07:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:11:23: error: expected ‘;’ before ‘continue’
11 | cout << t1
| ^
| ;
12 | continue;
| ~~~~~~~~
fibo.cpp:15:23: error: expected ‘;’ before ‘continue’
15 | cout << t2
| ^
| ;
16 | continue;
| ~~~~~~~~