Owl Get a Life
fibo.cpp: In function ‘int main()’:fibo.cpp:18:28: error: expected ‘;’ before ‘cout’ 18 | result = num % 998244353 | ^ | ; 19 | cout << result << endl; | ~~~~