Run ID:86719
提交时间:2024-07-27 11:28:08
for x in range(50): a,b=input().split() a,b=int(a),int(b) if b>=80: print(a,b)