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