from numpy import * · Q = int(input()) # 先输入一个数字代表需要输入几行,比如Q=4,那么就需要再输入4行数据 · for i in range(Q): · s = [int(n) for n ...
確定! 回上一頁