Run ID:91938

提交时间:2024-09-25 20:41:30

e=input().split() a=int(e[0]) print(a//3600,a//60,a%60)