string | 整数値をカンマ(,)で区切って並べた文字列
またはその全体を()で括った文字列。 A string composed of integers separated by commas (,), or that string bounded by parenthesis (). |
correct_number | 文字列中に含まれる期待される整数値の個数。 The expected number of integers in the string. |
... | 取り出した整数値の代入先。
宣言しただけのint型変数を&を付けて与える。
これを文字列中に含まれる整数値の数だけ並べる。 The memories into which the extracted integers will be inserted. Give empty int-type variables with &. Deploy them up to the number of integers. |