Problem fibo
User OWWHED
Submission Time 2023-01-03 18:06:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘int main()’:
fibo.cpp:24:25: error: expected ‘;’ before ‘}’ token
24 | nextTerm += 998244353
| ^
| ;
25 | };
| ~