游客 Signup | Login
中文 | En

2323 - 时间转换

通过次数

0

提交次数

0

Time Limit : 1 秒 Memory Limit : 128 MB

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

Input

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

Output

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

Examples

Input Format

1

Output Format

00:00:01