python输入. # 输入一个数 n=int(input()) # 输入两、三个数,例如:1 2 或者1 2 3 x,y = map(int,input().split()) # 输入数字数组 nums=[int(i) for ...
確定! 回上一頁