Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90369 胡玄善 05拆分时间 Python3 Accepted 36 MS 3764 KB 67 2024-09-12 19:28:45

Tests(10/10):


Code:

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