enum stone {CROSS=0,BLACK=1,WHITE=2}; static enum stone board[BOARD_SIZE][BOARD_SIZE];