1017: 练5.1 复读机

Memory Limit:64 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:5 Solved:1

Description

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

Input

输入一个数 $n$。

Output

输出一个数 $n$。

Sample Input Copy

666

Sample Output Copy

666