Run ID:86688

提交时间:2024-07-27 10:53:48

for i in range(3): a,b,c,d= map(int, input().split()) if a<60 or b<60 or c<60 or d<60: print(a,b,c,d)