To much unnecessary code. You access vector elements, but do not fill the vector. void saveBoard() { savedBoard.push_back(boardArr); }.
確定! 回上一頁