//define SIZE 19;

const int SIZE = 19;


int board[SIZE][SIZE];


주석처리한거 안되는이유가 전처리문이 단지 치환만 해주기때문이라고 이해했는데 맞나요?