Problem A: 字符数组输入输出
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:26
Solved:13
Description
编写一个程序,输入一个字符串并通过字符数组输出它。
Input
一个字符串,包含标点、空格,以回车结束。
Output
原样输出这个字符串。
Sample Input Copy
If winter comes , can spring be far behind ?
Sample Output Copy
If winter comes , can spring be far behind ?