Owl Get a Life
fibo.cpp: In function ‘int main()’:fibo.cpp:15:17: error: expected ‘;’ before ‘b’ 15 | b=b%998244353 | ^ | ; 16 | b=a+b; | ~