input().split(' ') splita strings with ' ' and int(x) for x or map(int, )convert those strings to integers.
確定! 回上一頁