정답 개수:
12
틀린 개수:
0
실행 실패 개수:
88
A+B
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 33, in <module> ca = change(a) File "Main.py", line 23, in change while stack and stack[-1] != '(' and pr(i) <= pr(stack[-1]): TypeError: '<=' not supported between instances of 'int' and 'NoneType'
AB+
A-B
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 33, in <module> ca = change(a) File "Main.py", line 23, in change while stack and stack[-1] != '(' and pr(i) <= pr(stack[-1]): TypeError: '<=' not supported between instances of 'int' and 'NoneType'
AB-
A/B
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 33, in <module> ca = change(a) File "Main.py", line 23, in change while stack and stack[-1] != '(' and pr(i) <= pr(stack[-1]): TypeError: '<=' not supported between instances of 'int' and 'NoneType'
AB/