1331: 鹦鹉学舌(数字版)

Memory Limit:256 MB Time Limit:1.000 S Judge Style:Text Compare Creator:
Submit:253 Solved:169

Description

有一只鹦鹉,你说出一个数字,它就能准确地学出来。现在请编写一个程序模拟鹦鹉学舌。要求接受从键盘输入一个整数,然后将整数原封不动地输出。

不允许普通用户打印题目,请教师登录后使用。如有疑问请联系管理员!

Input

一个整数a。整数a的取值范围[-10的9次方,10的9次方]

Output

输出整数a

Sample Input Copy

365

Sample Output Copy

365