Simple C++ using std::string and std::stoi() ... int new_num = stoi(swapped); if (new_num > num){ num = new_num; } } } return num; } };.
確定! 回上一頁