| Problem | poi |
|---|---|
| User | LXYSGP |
| Submission Time | 2025-06-22 16:24:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
poi.cpp: In function ‘int main()’:
poi.cpp:44:5: error: ‘memset’ was not declared in this scope
44 | memset(points, 0, sizeof(points));
| ^~~~~~
poi.cpp:6:1: note: ‘memset’ is defined in header ‘<cstring>’; did you forget to ‘#include <cstring>’?
5 | #include <iostream>
+++ |+#include <cstring>
6 |