| Problem | boundlessboxes |
|---|---|
| User | fs13 |
| Submission Time | 2026-07-25 11:50:09 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
boundlessboxes.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
boundlessboxes.cpp: In function ‘int main()’:
boundlessboxes.cpp:5:5: error: ‘cin’ was not declared in this scope
5 | cin >> R >> C >> S;
| ^~~
boundlessboxes.cpp:7:5: error: ‘memset’ was not declared in this scope
7 | memset(dist, 0, sizeof(dist));
| ^~~~~~
boundlessboxes.cpp:1:1: note: ‘memset’ is defined in header ‘<cstring>’; did you forget to ‘#include <cstring>’?
+++ |+#include <cstring>
1 | include <bits/stdc++.h>
boundlessboxes.cpp:9:5: error: ‘queue’ was not declared in this scope
9 | queue<pair<int, int>> Q;
| ^~~~~
boundlessboxes.cpp:9:11: error: ‘pair’ was not declared in this scope
9 | queue<pair<int, int>> Q;
| ^~~~
boundlessboxes.cpp:9:16: error: expecte