Problem1547--5.3 复读机

1547: 5.3 复读机

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 89  Solved: 28
[Status] [Submit] [Creator:]

Description

编写一个程序,实现的功能是:输入一个数字之后,计算机会立即输出一个相同的数字。

Input

输入一个数 n

Output

输出一个数 n

Sample Input Copy

666

Sample Output Copy

666

Source/Category