0_0_39811674_23145.cpp: In function 'int main()':
0_0_39811674_23145.cpp:82:9: error: 'memset' was not declared in this scope
82 | memset(matrix, 0, sizeof(matrix));
| ^~~~~~
0_0_39811674_23145.cpp:5:1: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
4 | #include <queue>
+++ |+#include <cstring>
5 | using namespace std;
|