Problem C: 字符串---原样输出

Problem C: 字符串---原样输出

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 916  Solved: 662
[Status] [Submit] [Creator:]

Description

输入一个字符串,原样输出这个字符串。

Input

一个字符串(长度不超过100),不包含空格

Output

输出这个字符串。

Sample Input Copy

miaomiao

Sample Output Copy

miaomiao