Run ID:89317
提交时间:2024-08-23 16:55:54
r = input().split() a = int(r[0]) print(a//3600,a%3600//60,a%3600%60)