1396: 求两个数的和

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:6 Solved:4

Description

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

Input

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

Output

一个数,即xy的和

Sample Input Copy

123 500

Sample Output Copy

623

Source/Category