Problem | fibo |
---|---|
User | NgMinSong123 |
Submission Time | 2023-12-04 11:00:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:10:18: error: expected ‘;’ before ‘b’
10 | d = b + c
| ^
| ;
11 | b = c;
| ~