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

PROGRAMMING:Time conversion output

Luz5年前 (2021-05-10)题库489
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