Run ID:87071

提交时间:2024-08-03 11:16:41

for x in range(4): a=list(map(int,input().split())) for x in range(len(a)): if a[x]<60: print(*a)