Chuyển đổi giờ phút giây

View as PDF

Submit solution

Points: 0.01
Time limit: 1.0s
Memory limit: 64M
Input: stdin
Output: stdout

Authors:
Problem type

Viết chương trình để nhập vào số giây n. Chuyển n giây thành giờ, phút và giây.

Input

Một dòng duy nhất chứa n là số giây (1<=n<=100000)

Output

Một dòng duy nhất là số giờ, số phút, số giây theo định dạng h:m:s

Examples

Input

25300

Output

7:1:40

Comments

Please read the guidelines before commenting.


There are no comments at the moment.