#P5643. k相等
k相等
Description
Format
Input
Two integers x and y, satisfying .
Output
One integer, the sum of x and y.
Samples
123 500
623
Limitation
1s, 1024KiB for each test case.
Two integers x and y, satisfying 0≤x,y≤32767 .
One integer, the sum of x and y.
123 500
623
1s, 1024KiB for each test case.