0_0_39813804_6935.cpp: In function 'int main()':
0_0_39813804_6935.cpp:43:9: error: 'memset' was not declared in this scope
43 | memset(board, false, sizeof(board));
| ^~~~~~
0_0_39813804_6935.cpp:3:1: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
2 | #include <stdbool.h>
+++ |+#include <cstring>
3 |
|