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

PROGRAMMING:Output your numbers

Luz5年前 (2021-05-10)题库384
Given a three digit positive integer, output its hundred digit, ten digit and one digit.
###Input format:
Enter a three digit positive integer directly without any additional characters.
###Output format:
Output each digit of the positive integer in one line, separated by commas, without any additional characters.
###Input example:
```in
two hundred and fifty-eight
```
###Output example:
```out
2,5,8
```






answer:If there is no answer, please comment