Problem fibo
User SubtleNotice
Submission Time 2025-09-30 17:18:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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