#2313. 时间转换

    ID: 2313 problem_type.undefined ms MiB 尝试: 0 已通过: 0 难度: (无) 上传者: 标签>语言基础-字符与字符串模拟格式化输出

时间转换

Cannot parse: Cannot read properties of null (reading 'length')

时间转换

题目描述

给定一个从0秒开始计时的秒数,请将其转换为xx:xx:xx的格式

输入说明

输入一个秒数n,且这个秒数 0 < n < 84600

输出说明

输出这个秒数对应的时:分:秒

样例

输入

1

输出

00:00:01