Sum of Two Numbers

Easy
Description:

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 Basics
Sample Input:
2 3
Sample Output:
5