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