| Problem | duckhunt15 |
|---|---|
| User | StormyGood |
| Submission Time | 2025-11-17 09:43:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt15.cpp: In function ‘int main()’:
duckhunt15.cpp:7:14: error: expected ‘;’ before ‘cin’
7 | x%=998244353
| ^
| ;
8 | cin >> x;
| ~~~