Sum of Two Numbers
EasyDescription:
Given two integers a and b, return their sum.
Input Format:
Two integers separated by space.
Output Format:
Print the sum of the two integers.
Tags:
Math BasicsSample Input:
2 3
Sample Output:
5
Given two integers a and b, return their sum.
Two integers separated by space.
Print the sum of the two integers.
2 3
5