-->
当前位置:首页 > 题库

PROGRAMMING:Convert seconds to hours, minutes and seconds

Luz5年前 (2021-05-10)题库365
Programming: input a time value integer in seconds from the keyboard and convert it into the form of hour, minute and second.
###Input format:
Enter an integer representing the total number of seconds.
###Output format:
Output the integer values of hour, minute and second, separated by English colon, and finally wrapped.
###Input example:
```in
twenty thousand
```
###Output example:
```out
5:33:20
```







answer:If there is no answer, please comment