Problem1632--A+B输入输出练习

1632: A+B输入输出练习

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

你的任务是输出a+b的结果。

Input

输入两个正整数a和b。

Output

输出a+b的值。

Sample Input Copy

1
1

Sample Output Copy

2

Source/Category