| Problem | famishedcats |
|---|---|
| User | shenshiqi |
| Submission Time | 2026-03-18 10:18:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
famishedcats.cpp: In function ‘int main()’:
famishedcats.cpp:40:5: error: ‘memset’ was not declared in this scope
40 | memset(can, 0, sizeof(can));
| ^~~~~~
famishedcats.cpp:3:1: note: ‘memset’ is defined in header ‘<cstring>’; did you forget to ‘#include <cstring>’?
2 | #include <queue>
+++ |+#include <cstring>
3 | using namespace std;