정답 개수:
59
틀린 개수:
0
실행 실패 개수:
41
A+B*C
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/22ec058f0144d519fbf26f5bc0b7b330dfa5801c59418ac18208a82d8d111607/Main.py", line 17, in <module> while stack and a != "(" and stack[-1] != "(" and rank[stack[-1]] >= rank[[a]]: TypeError: unhashable type: 'list'
ABC*+
A*B*C
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/22ec058f0144d519fbf26f5bc0b7b330dfa5801c59418ac18208a82d8d111607/Main.py", line 17, in <module> while stack and a != "(" and stack[-1] != "(" and rank[stack[-1]] >= rank[[a]]: TypeError: unhashable type: 'list'
AB*C*
A+B+(C)
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/22ec058f0144d519fbf26f5bc0b7b330dfa5801c59418ac18208a82d8d111607/Main.py", line 17, in <module> while stack and a != "(" and stack[-1] != "(" and rank[stack[-1]] >= rank[[a]]: TypeError: unhashable type: 'list'
AB+C+