Practice 1

Ouvert le : vendredi 9 octobre 2020, 00:00
À remettre : vendredi 16 octobre 2020, 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