1108 - 求两个数的和
Time Limit : 1 秒
Memory Limit : 128 MB
输入两个自然数,输出他们的和。
Input
两个自然数x和y(0<=x,y<=32767)
Output
一个数,即x和y的和
Examples
Input
123 500
Output
623
Source
语言入门-基础练习-顺序结构