const int row = 6, col = 6;

unsigned int map[col][row] = { 0 };


이게 왜 안되지