【字符串】读入和输出字符串
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
Description
输入的一个字符串再输出该字符串。
Input Format
一行字符(长度小于等于1000,无空格)
Output Format
输出读入的字符串
Sample
样例输入
123456abcdef
样例输出
123456abcdef