Problem | fibo |
---|---|
User | Keiram09 |
Submission Time | 2023-11-10 10:38:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp:16:21: error: missing terminating " character
16 | cout << arr[i] << "\n;
| ^~~~
fibo.cpp: In function ‘int32_t main()’:
fibo.cpp:17:5: error: expected primary-expression before ‘return’
17 | return 0;
| ^~~~~~
fibo.cpp:18:1: error: expected ‘}’ at end of input
18 | }
| ^
fibo.cpp:5:16: note: to match this ‘{’
5 | int32_t main() {
| ^