Problem | feast |
---|---|
User | vs358 |
Submission Time | 2023-12-06 23:36:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
feast.cpp: In function ‘int main()’:
feast.cpp:32:2: error: ‘memset’ was not declared in this scope
32 | memset(A, -1, sizeof(A));
| ^~~~~~
feast.cpp:7:1: note: ‘memset’ is defined in header ‘<cstring>’; did you forget to ‘#include <cstring>’?
6 | #include <set>
+++ |+#include <cstring>
7 | #define int long long