1023: 顺序输出每一个字符
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:92
Solved:72
Description
输入一个字符串(含有五个字符),将字符串中的字符按顺序一个一个输出,每行输出一个字符。
Input
abcde
Output
a
b
c
d
e
b
c
d
e
Sample Input Copy
+-*/%
Sample Output Copy
+
-
*
/
%