Problem1059--N个数的加法题

1059: N个数的加法题

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

让计算机自己读懂式子,然后进行N个数的加法运算

Input

1+2+3+4+5+6+7+8+9+10=

Output

1+2+3+4+5+6+7+8+9+10=55

Sample Input Copy

12+25+63=

Sample Output Copy

12+25+63=100

Source/Category