Owl Get a Life
fibo.cpp: In function ‘int main()’:fibo.cpp:34:14: error: expected ‘;’ before ‘b’ 34 | a%=998244353 | ^ | ; 35 | b=c; | ~