정답 개수:
41
틀린 개수:
7
실행 실패 개수:
52
(A)*(B)*(C)
ABC**
AB*C*
((A)*B)*C/(D)
AB*CD/*
AB*C*D/
(A)*(B)*(C)*D
ABCD***
AB*C*D*
A/B-(C)
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 8, in <module> while stack[-1] not in ['+', '-']: IndexError: list index out of range
AB/C-
A/(B-C)
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 8, in <module> while stack[-1] not in ['+', '-']: IndexError: list index out of range
ABC-/
((A)+B)*C
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 8, in <module> while stack[-1] not in ['+', '-']: IndexError: list index out of range
AB+C*