1300: 【基础】表达式的值(III)
Memory Limit:16 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
从键盘读入一个格式为(a+b)*c的运算式,请计算该运算式的结果。
如:输入(12+13)*20,输出:500
(4.2.62)
Input
一个如(a+b)*c的运算式
Output
一个整数代表运算结果
Sample Input Copy
(12+13)*20
Sample Output Copy
500