{{{~cpp #include #define NUM 8 int n = NUM; int board[NUM][NUM] = {0,}; void print() { int i, j; for (i=0; i