what time is it?


Submit solution

Points: 50 (partial)
Time limit: 1.0s
Memory limit: 64M

Authors:
Problem type

題目說明

請輸入三個整數 (小時、分鐘、秒數),並且以XX:XX:XX的型態輸出 (每個值皆為兩位數,缺值補零)

輸入值均>0,第一個整數<24,第二及第三個整數<60

輸入

小時 分鐘 秒

輸出

hh:mm:ss

sample input1

5 12 0

sample output1

05:12:00

sample input2

16 5 43

sample output2

16:05:43

Comments

There are no comments at the moment.