Problem1017--练5.1 复读机

1017: 练5.1 复读机

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 64 MB

Description

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

Input

输入一个数 n。

Output

输出一个数 n。

Sample Input Copy

666

Sample Output Copy

666