Here is my code: n = int(input()) p = [] for x in range(n+1): a,b,c,d = input().split() if x >= 1: p.append(int(b)) i try to use list ...
確定! 回上一頁