Problem1161--计算 a+b 的值

1161: 计算 a+b 的值

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 34  Solved: 0
[Submit] [Status] [Web Board] [Creator:]

Description

Sample Input

a=4, b=6
a = 8, b= 12
a =9,    b = 21

Sample Output

a+b=10
a+b=20
a+b=30

Source/Category