Problem duckhunt25
User YH
Submission Time 2025-12-08 11:43:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt25.cpp: In function ‘void solve()’:
duckhunt25.cpp:88:22: error: expected ‘)’ before ‘;’ token
88 | if (ll j = 1; j < m; j++) {
| ~ ^
| )
duckhunt25.cpp:88:24: error: ‘j’ was not declared in this scope
88 | if (ll j = 1; j < m; j++) {
| ^