Practice 1

開始: 2020年 10月 9日(金曜日) 00:00
期限: 2020年 10月 16日(金曜日) 00:00

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