| Problem | roadsideadverts |
|---|---|
| User | amaadvik |
| Submission Time | 2025-01-01 20:29:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
roadsideadverts.cpp: In function ‘int32_t main()’:
roadsideadverts.cpp:43:3: error: ‘memset’ was not declared in this scope
43 | memset(root, 0, sizeof(root));
| ^~~~~~
roadsideadverts.cpp:3:1: note: ‘memset’ is defined in header ‘<cstring>’; did you forget to ‘#include <cstring>’?
2 | #include<vector>
+++ |+#include <cstring>
3 | using namespace std;