1869: 【CSP字符】简单a+b▅

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

Description

张晓菲同学做了简单的 lns="http://www.w3.org/1998/Math/MathML">ab 求和的问题。

但是,如果要求输入的情况不是 lns="http://www.w3.org/1998/Math/MathML">a 和 lns="http://www.w3.org/1998/Math/MathML">b ,而是整个加法表达式呢? 请想办法,计算加法表达式的结果。

Input

输入一个加法表达式,如 lns="http://www.w3.org/1998/Math/MathML">1+2=,或者 lns="http://www.w3.org/1998/Math/MathML">23+58= 。(注意:做加法的 lns="http://www.w3.org/1998/Math/MathML">2 个整数都在 lns="http://www.w3.org/1998/Math/MathML">010lns="http://www.w3.org/1998/Math/MathML">9 的范围内)

Output

计算出输入表达式的正确结果。

Sample Input Copy

168+111=

Sample Output Copy

279