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

PROGRAMMING:Vertical output string

Luz5年前 (2021-05-10)题库488
It is required to read in a string with a width less than 20, and then output the input in the format of one character on one line.
###Input format:
Enter a string less than 20 wide.
###Output format:
For each group of input, the input is output in the format of one character on one line.
###Input example:
```in
Good!
```
###Output example:
```out
G
o
o
d
!
```







answer:If there is no answer, please comment