Run ID:121003

提交时间:2025-06-03 20:39:01

for i in range (50): a=input().split() id=a[0] score=int(a[1]) if score>=80: print(f"{id} {score}")