#P104. 【字符串】读入和输出字符串
【字符串】读入和输出字符串
Description
输入的一个字符串再输出该字符串。
Input Format
一行字符(长度小于等于1000,无空格)
Output Format
输出读入的字符串
Sample
样例输入
123456abcdef
样例输出
123456abcdef
Related
In following homework:
输入的一个字符串再输出该字符串。
一行字符(长度小于等于1000,无空格)
输出读入的字符串
123456abcdef
123456abcdef
In following homework: