Owl Get a Life
fibo.cpp: In function ‘int main()’:fibo.cpp:21:20: error: expected ‘;’ before ‘}’ token 21 | b = b % 998244353 | ^ | ; 22 | 23 | } | ~