#266. 求两个数的和
求两个数的和
Cannot parse: Cannot read properties of null (reading 'length')
求两个数的和
题目描述
输入两个自然数,输出他们的和。
输入说明
两个自然数x和y(0<=x,y<=32767)
输出说明
一个数,即x和y的和
样例
输入
123 500
输出
623
Cannot parse: Cannot read properties of null (reading 'length')
输入两个自然数,输出他们的和。
两个自然数x和y(0<=x,y<=32767)
一个数,即x和y的和
123 500
623