Owl Get a Life
fibo.cpp: In function ‘int main()’:fibo.cpp:22:32: error: expected ‘;’ before ‘cout’ 22 | answer = fibfinal % 998244353 | ^ | ; 23 | 24 | cout << answer << endl; | ~~~~