Problem1582--算式计算3

1582: 算式计算3

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 149  Solved: 85
[Status] [Submit] [Creator:]

Description

输入一个算式,数字是1000以内的整数,包含k个运算符(k<=6),只允许(*,/),计算过程中不会超过int范围,求计算结果

Sample Input Copy

12*13*14

Sample Output Copy

2184

Source/Category

 提高B