Run ID:93255
提交时间:2024-10-13 09:10:13
s = 0 for i in range(3): a = list(map(int,input().split())) for s in range(4): if a[s] < 60: print(*a) s = s + 1