| Problem | duckhunt25 |
|---|---|
| User | Tyx2019 |
| Submission Time | 2025-12-07 02:11:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
In file included from /usr/include/c++/9/cassert:44,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:33,
from duckhunt25.cpp:1:
duckhunt25.cpp: In function ‘void solve()’:
duckhunt25.cpp:23:15: error: ‘j’ was not declared in this scope
23 | assert(A[i][j] <= N);
| ^
duckhunt25.cpp:27:15: error: ‘j’ was not declared in this scope
27 | assert(B[i][j] <= N);
| ^