PROGRAMMING:Time conversion output
Enter an integer in seconds and convert it to hours, minutes and seconds. The output format is shown in the example( Displayed in 24-hour format)
###Input format:
Enter an integer.
###Output format:
Output hours: Minutes: seconds, there is a space between the output of each part
###Input example:
Here is a set of inputs. For example:
```in
eleven thousand seven hundred and thirty
```
###Output example:
The corresponding output is given here. For example:
```out
3 : 15 : 30
```
answer:If there is no answer, please comment
###Input format:
Enter an integer.
###Output format:
Output hours: Minutes: seconds, there is a space between the output of each part
###Input example:
Here is a set of inputs. For example:
```in
eleven thousand seven hundred and thirty
```
###Output example:
The corresponding output is given here. For example:
```out
3 : 15 : 30
```
answer:If there is no answer, please comment