| Problem | fibo |
|---|---|
| User | R1 |
| Submission Time | 2023-02-01 16:13:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:13:17: error: invalid operands of types ‘const char [2]’ and ‘int’ to binary ‘operator%’
13 | cout << "0" % 998244353<< "\n";
| ~~~ ^ ~~~~~~~~~
| | |
| | int
| const char [2]