| Problem | collectmushrooms6 |
|---|---|
| User | n1k1trh |
| Submission Time | 2025-11-13 22:14:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
collectmushrooms6.cpp: In function ‘int32_t main()’:
collectmushrooms6.cpp:42:2: error: ‘memset’ was not declared in this scope
42 | memset(dp, 0, sizeof(dp));
| ^~~~~~
collectmushrooms6.cpp:9:1: note: ‘memset’ is defined in header ‘<cstring>’; did you forget to ‘#include <cstring>’?
8 | #include <numeric>
+++ |+#include <cstring>
9 | using namespace std;