1
0
0 0 0 0 0 0 0 0 -1
0 0 0 0 0 0 0 0 -1
0 0 0 0 0 0 0 0 -1
0 0 0 0 0 0 0 0 -1
0 0 0 0 0 0 0 0 -1
0 0 0 0 0 0 0 0 -1
0 0 0 0 0 0 0 0 -1
0 0 0 0 0 0 0 0 -1
-1 0 0 0 0 0 0 0 -1
std::vector<std::vector<int>> field(9, std::vector<int>(9)); // small std::vector<std::vector<int>> field(16, std::vector<int>(16)); // small std::vector<std::vector<int>> field(16, std::vector<int>(30)); // small지뢰를 랜덤하게 심는 함수의 예시는 다음과 같습니다.
void setMines(std::vector<std::vector<int>>& mineField);