Problem | bestplace |
---|---|
User | shenshiqi |
Submission Time | 2025-02-21 21:15:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bestplace.cpp: In function ‘int main()’:
bestplace.cpp:8:2: error: ‘memset’ was not declared in this scope
8 | memset(xVal, 0, sizeof(xVal));
| ^~~~~~
bestplace.cpp:2:1: note: ‘memset’ is defined in header ‘<cstring>’; did you forget to ‘#include <cstring>’?
1 | #include <iostream>
+++ |+#include <cstring>
2 | using namespace std;