#1867. 电梯
电梯
Description
Given two integers x and y, print the sum.
Format
Input
Two integers x and y, satisfying .
Output
One integer, the sum of x and y.
Samples
1
1 396
512 619 633
526
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
1 396
512 619 633
526