#882. [基础]格式化输出1

[基础]格式化输出1

No submission language available for this problem.

Background

Special for beginners, ^_^

Description

输入两个整数,按格式要求输出它们的和

Format

Input

输入两个整数 a, b ( 0 < a, b < 1000)

Output

输出 a+b 的计算式,并输出结果,例如 1+2=3

Samples

1 2
1+2=3
123 456
123+456=579

Limitation

1s, 1024KiB for each test case.