Problem | fibo |
---|---|
User | Student101 |
Submission Time | 2024-10-29 10:50:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:19:9: error: expected ‘,’ or ‘;’ before ‘cout’
19 | cout << temp << '\n';
| ^~~~