Problem duckhunt15
User PerihelionfromAphelion
Submission Time 2026-04-11 21:29:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt15.cpp: In function ‘int main()’:
duckhunt15.cpp:7:23: error: expected ‘;’ before ‘return’
7 | cout << x % 998244353
| ^
| ;
8 | return 0;
| ~~~~~~