Problem | fibo |
---|---|
User | Keiram09 |
Submission Time | 2023-11-10 10:39:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp:16:32: error: missing terminating " character
16 | cout << (arr[i]%998244353 << "\n;
| ^~~~
fibo.cpp: In function ‘int32_t main()’:
fibo.cpp:17:2: error: expected primary-expression before ‘}’ token
17 | }
| ^
fibo.cpp:16:31: error: expected ‘)’ before ‘}’ token
16 | cout << (arr[i]%998244353 << "\n;
| ~ ^
| )
17 | }
| ~