Problem | fibo |
---|---|
User | mentcletan |
Submission Time | 2024-07-01 12:27:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:29:33: error: invalid operands of types ‘int’ and ‘const char [2]’ to binary ‘operator<<’
29 | cout<<printed%=998244353<<"\n";
| ~~~~~~~~~^~~~~~
| | |
| int const char [2]