정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
2 1 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 26, in <module> print(solution(nums)) File "/tmp/target/Main.py", line 15, in solution if num == stack[-1][0]: IndexError: list index out of range
1
7 6 6 8 8 6 3 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 26, in <module> print(solution(nums)) File "/tmp/target/Main.py", line 15, in solution if num == stack[-1][0]: IndexError: list index out of range
2
6 10 20 10 30 20 50
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 26, in <module> print(solution(nums)) File "/tmp/target/Main.py", line 15, in solution if num == stack[-1][0]: IndexError: list index out of range
4