Given the expression consisting of numbers(Integers) and multiplication and addition symbols wherever necessary. Output the result given the expression
Input Format
Single line consisting of the Expression to evaluate
Output Format
Output of the result
Constraints
Expression consisting of numbers(Integers) and ‘+’ and ‘x’ (without quotes)
0 <= Integer < 101
Using BODMAS rule, it could be solved easily