C ++. std::cout << "Enter the values : " << endl; char value; cin >> value; if (std::isdigit(value)) { matrix[x][y] = value - '0'; ...
確定! 回上一頁