Problem fibo
User mentcletan
Submission Time 2024-08-25 09:47:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘int main()’:
fibo.cpp:13:33: error: invalid operands of types ‘int’ and ‘const char [2]’ to binary ‘operator<<’
13 | cout<<current%=998244353<<"\n";
| ~~~~~~~~~^~~~~~
| | |
| int const char [2]