Problem | fibo |
---|---|
User | joshua2152 |
Submission Time | 2023-04-19 14:45:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:14:8: error: expected ‘;’ before ‘y’
14 | x = y
| ^
| ;
15 | y = t
| ~