2668: 练5.1 复读机
Memory Limit:64 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
请编写一个程序,实现的功能是:输入一个数字之后,计算机会立即输出一个相同的数字。
Input
输入一个数 $n$。
Output
输出一个数 $n$。
Sample Input Copy
666
Sample Output Copy
666