Problem | boundlessboxes |
---|---|
User | SuspiciousAmogus |
Submission Time | 2024-06-20 21:27:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
boundlessboxes.cpp: In function ‘int main()’:
boundlessboxes.cpp:71:2: error: ‘memset’ was not declared in this scope
71 | memset(grid, -1, sizeof(grid));
| ^~~~~~
boundlessboxes.cpp:4:1: note: ‘memset’ is defined in header ‘<cstring>’; did you forget to ‘#include <cstring>’?
3 | #include <unordered_set>
+++ |+#include <cstring>
4 | using namespace std;