정답 개수:
34
틀린 개수:
59
실행 실패 개수:
7
1 3 1 1 2
2 [1] {0: 1} [1] 1 1
1
1 3 3 1 1
1 [3] {0: 3} [3] 3 1
1
1 3 1 2 2
2 [1] {0: 1} [1] 1 1
1
4 5 3 5 3 2 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 13, in <module> initial_elec = order.popleft() IndexError: pop from an empty deque
0
4 5 3 5 3 4 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 13, in <module> initial_elec = order.popleft() IndexError: pop from an empty deque
0
4 6 6 2 2 2 5 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 13, in <module> initial_elec = order.popleft() IndexError: pop from an empty deque
0