0_0_38613258_17396.cpp: In function 'int solve()':
0_0_38613258_17396.cpp:34:5: error: 'memset' was not declared in this scope
memset(B, 0, sizeof(B));
^~~~~~
0_0_38613258_17396.cpp:34:5: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
0_0_38613258_17396.cpp:9:1:
+#include <cstring>
0_0_38613258_17396.cpp:34:5:
memset(B, 0, sizeof(B));
^~~~~~
|