1950: 【CSP字符串】表达式的值(III)█

Memory Limit:16 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:1 Solved:1

Description

从键盘读入一个格式为 (a+b)*c 的运算式,请计算该运算式的结果。 如:输入 (12+13)*20 ,输出:5 00

Input

一个如 (a+b)*c的运算式

Output

一个整数代表运算结果

Sample Input Copy

(12+13)*20

Sample Output Copy

500