std::stoi is a function, and the name stands for string to int. It takes a string (in this case, the value of input ) and converts it to an integer.
確定! 回上一頁