Run ID:45605

提交时间:2023-03-26 14:29:36

z=[] for i in range(50): a,b=map(int,input().split()) y=[a,b] z.append(y) for i in z: if i[1]>=80: print(str(i[0])+" "+str(i[1]))