Problem1091--A+B Problem

1091: A+B Problem

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

Description

输入两个自然数,输出他们的和

Input

两个自然数x和y(0<=x,y<=32767)

Output

一个数,即x和y的和

Sample Input Copy

123 500

Sample Output Copy

623

Source/Category