Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
91938 乔仲熠 05拆分时间 Python3 Accepted 43 MS 3760 KB 57 2024-09-25 20:41:30

Tests(10/10):


Code:

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