Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
89317 赵佳辰 05拆分时间 Python3 Accepted 41 MS 3752 KB 71 2024-08-23 16:55:54

Tests(10/10):


Code:

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