Run ID:143598

提交时间:2026-01-17 10:25:01

for i in range(3): a=list(map(int,input().split())) for j in a: if j<60: print(*a)