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