#4498. asdf
asdf
题面
Given two integers x and y, print the sum.
输入格式
Two integers x and y, satisfying .
输出格式
One integer, the sum of x and y.
数据范围
1<=n<=10^9
样例
123 500
623
提示
题目提示
Given two integers x and y, print the sum.
Two integers x and y, satisfying 0≤x,y≤32767 .
One integer, the sum of x and y.
1<=n<=10^9
123 500
623
题目提示