#45. a+b
a+b
Background
a+b
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 2
3
Limitation
1s, 1024KiB for each test case.
a+b
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 2
3
1s, 1024KiB for each test case.
By signing up a acjudge universal account, you can submit code and join discussions in all online judging services provided by us.