1007: 加法横式

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:437 Solved:300

Description

输入两个加数,输出横式

Input

两个整数

Output

它们的横式和

Sample Input Copy

12 200

Sample Output Copy

12+200=212

Source/Category