정답 개수:
0
틀린 개수:
4
실행 실패 개수:
6
(()
-6
0
[([])[][]]
35
36
([()[()[]]])
118
102
)
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 17, in <module> if stack[-1] == '(': ~~~~~^^^^ IndexError: list index out of range
0
]
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 23, in <module> if stack[-1] == '[': ~~~~~^^^^ IndexError: list index out of range
0
()([])[])
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 17, in <module> if stack[-1] == '(': ~~~~~^^^^ IndexError: list index out of range
0