정답 개수:
67
틀린 개수:
0
실행 실패 개수:
33
A+B+(C)
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/0529333c5f267d0a55d0021d9e2b8c80ea6c6de5344958fa764f9cee9e9e66b2/Main.py", line 17, in <module> while stack and a != "(" and stack[-1] != "(" and rank[stack[-1] >= rank[a]]: TypeError: '>=' not supported between instances of 'str' and 'int'
AB+C+
(A)*B/C
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/0529333c5f267d0a55d0021d9e2b8c80ea6c6de5344958fa764f9cee9e9e66b2/Main.py", line 17, in <module> while stack and a != "(" and stack[-1] != "(" and rank[stack[-1] >= rank[a]]: TypeError: '>=' not supported between instances of 'str' and 'int'
AB*C/
A*(B)/(C)
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/0529333c5f267d0a55d0021d9e2b8c80ea6c6de5344958fa764f9cee9e9e66b2/Main.py", line 17, in <module> while stack and a != "(" and stack[-1] != "(" and rank[stack[-1] >= rank[a]]: TypeError: '>=' not supported between instances of 'str' and 'int'
AB*C/