Run ID:87712

提交时间:2024-08-11 11:16:50

r=input() r=int(r) a=int(r/3600) b=int(r/60) c=int(r%100) print(a,b,c)