1440: 加法练习

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:15482 Solved:7882

Description

写一个加法程序,输入整数a,b,输出他们的和。为避免出现格式错误,请直接拷贝粘贴题目中给的格式字符串和提示信息到你的程序中。

一个运行用列:

Please input a, b:3 4

3+4=7

Input

3 4

Output

Please input a, b:3+4=7

Sample Input Copy

3 4

Sample Output Copy

Please input a, b:3+4=7