Calculate the sum of two numbers
Description
Calculate a+b
Input
Enter the numbers a and b, separate the two numbers with a space, and calculate the sum of the two numbers
Output
Output the two numbers and the sum of the two numbers, a+b=sum
Example
Input 3 5
Output 3+5=8