练习专区

今天的一小步就是明天的一大步
Problem 1654 字符串输入输出
Accepted: 11   Total Submit: 23
Time Limit: 1000ms   Memory Limit: 30720KB
Description
请你输入一个字符串,然后把这个字符串输出。用线性表完成。
Input
输入一个字符串s
Output
把s输出
Sample Input
hello
 max
 name
Sample Output
hello
 max
 name
Hint
提交     返回