| Problem | duckhunt15 |
|---|---|
| User | AndyChen |
| Submission Time | 2026-04-10 14:18:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt15.cpp: In function ‘int main()’:
duckhunt15.cpp:6:6: error: expected ‘;’ before ‘a’
6 | a=-1
| ^
| ;
7 | a=a%998244353
| ~