mycode 42.30%,
Note: If the symbol is not considered, -1//3=-1 instead of 0, because it is rounded down
class Solution(object):
def evalRPN(self, tokens):
“””
:type tokens: List[s
mycode 42.30%,
Note: If the symbol is not considered, -1//3=-1 instead of 0, because it is rounded down
class Solution(object):
def evalRPN(self, tokens):
“””
:type tokens: List[s