Evaluate an arithmetic expression in Reverse Polish Notation given as a list of `tokens` (integers and the operators +, -, *, /). Division truncates toward zero. Return the integer result.