Problem fibo
User Keiram09
Submission Time 2023-11-10 10:40:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘int32_t main()’:
fibo.cpp:16:29: error: invalid operands of types ‘long long int’ and ‘const char [2]’ to binary ‘operator<<’
16 | cout << (arr[i]%998244353 << "\n";
| ~~~~~~~~~~~~~~~~ ^~ ~~~~
| | |
| long long int const char [2]
fibo.cpp:16:36: error: expected ‘)’ before ‘;’ token
16 | cout << (arr[i]%998244353 << "\n";
| ~ ^
| )