1275: 整数加法算式

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:571 Solved:18

Description

输入两个整数,以算式的形式输出它们的相加过程。

Input

两个整数,在一行输入,只回车一次。

Output

 一行输出。

Sample Input Copy

9 4

Sample Output Copy

9+4=13

Source/Category