Owl Get a Life
fibo.cpp: In function ‘int main()’:fibo.cpp:13:32: error: expected ‘;’ before ‘cout’ 13 | toprint = fibo[j] % 998244353 | ^ | ; 14 | cout << toprint << endl; | ~~~~