Problem fibo
User 90Dream09
Submission Time 2026-03-01 15:37:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘int main()’:
fibo.cpp:21:20: error: expected ‘;’ before ‘}’ token
21 | b = b % 998244353
| ^
| ;
22 |
23 | }
| ~