Run ID:90369
提交时间:2024-09-12 19:28:45
s=input().split() a=int(s[0]) print(a//3600,a%3600//60,a%3600%60)