0_0_38596636_10798.cpp: In function 'int main()':
0_0_38596636_10798.cpp:53:3: error: 'memset' was not declared in this scope
memset (link, -1, sizeof (link)) ;
^~~~~~
0_0_38596636_10798.cpp:53:3: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
0_0_38596636_10798.cpp:3:1:
+#include <cstring>
0_0_38596636_10798.cpp:53:3:
memset (link, -1, sizeof (link)) ;
^~~~~~
|