输入一个数字直接m = int(input())输入两个数字就是m, n = map(int, input().split())三个及三个以上就和两个的类似: a, b, c = map(int, ...
確定! 回上一頁