Sum of Two Numbers

Easy
Description:

You are given two integers as input. Your task is to compute their sum and print the result.

Input Format:

Give two integers

Output Format:

Display sum

Tags:
Math
Sample Input:
3 5
Sample Output:
8