程式碼如下
懇求大佬指導!
https://pastebin.com/cVE4VVXW
程式碼如下
懇求大佬指導!
https://pastebin.com/cVE4VVXW
if (input[i] - 48 >= 0 && input[i] - 48 <= 9)
input_number.push_back(input[i] - 48); // char to int
數字不只一位數吧
程式碼如下
懇求大佬指導!
https://pastebin.com/cVE4VVXW
if (input[i] - 48 >= 0 && input[i] - 48 <= 9)
input_number.push_back(input[i] - 48); // char to int數字不只一位數吧
感謝!