PROGRAMMING:Convert seconds to hours, minutes and seconds
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
###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