Problem N: 字符串复制
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:9
Solved:8
Description
输入一个字符串,将其复制到另一个字符数组中并输出。
Input
一行字符串(长度不超过100)
Output
一行,复制后的字符串
Sample Input Copy
Hello World
Sample Output Copy
Hello World