| Problem | boundlessboxes |
|---|---|
| User | idontlikeboystrustme |
| Submission Time | 2026-02-19 14:52:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
boundlessboxes.cpp: In function ‘long long int bss(long long int, long long int)’:
boundlessboxes.cpp:16:12: error: ‘nr’ was not declared in this scope; did you mean ‘n’?
16 | if(nr <= 0 || nr > m || nc <= 0 || nc > n) continue;
| ^~
| n
boundlessboxes.cpp:16:33: error: ‘nc’ was not declared in this scope; did you mean ‘n’?
16 | if(nr <= 0 || nr > m || nc <= 0 || nc > n) continue;
| ^~
| n