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