#P1000. A + B Problem
A + B Problem
Given two integers x and y, print the sum.
INPUT FORMAT
Two integers x and y, satisfying .
OUTPUT FORMAT
One integer, the sum of x and y.
SAMPLE
INPUT
123 500
OUTPUT
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.
123 500
623
By signing up a GHCISOJ universal account, you can submit code and join discussions in all online judging services provided by us.