정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1 5 00100
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 15, in <module> xp, yp, zp = queue.popleft() ^^^^^^^^^^ TypeError: cannot unpack non-iterable int object
5
1 5 01110
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 15, in <module> xp, yp, zp = queue.popleft() ^^^^^^^^^^ TypeError: cannot unpack non-iterable int object
-1
3 2 00 11 10
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 15, in <module> xp, yp, zp = queue.popleft() ^^^^^^^^^^ TypeError: cannot unpack non-iterable int object
4