Owl Get a Life
fibo.cpp: In function ‘int main()’:fibo.cpp:19:18: error: expected ‘;’ before ‘a’ 19 | b %= 998244353 | ^ | ; 20 | a = temp; | ~