Run ID:91265

提交时间:2024-09-21 14:53:10

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