Run ID:86638

提交时间:2024-07-27 09:26:25

for i in range(50): a,b= map(int, input().split()) if b>=80: print(a,b)