4291: 求两个数的和
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:89
Solved:61
Description
输入两个自然数,输出他们的和。
Input
两个自然数x和y(0<=x,y<=32767)
Output
一个数,即x和y的和
Sample Input Copy
123 500
Sample Output Copy
623