calculator 简体中文 | English I/O Input: arithmetic expression string Output: value(no precision loss) Process convert the arithmetic expression into RPN(reverse polish notation), and stored in a stack pop the elements, calculate based on java.math.BigDecimal