정답 개수:
0
틀린 개수:
0
실행 실패 개수:
5
3 3 2 3 6 1 3 7 1 2 6 1 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 44, in <module> g = djk(1,a) + djk(a,b) + djk(b,n) File "/tmp/target/Main.py", line 27, in djk if que.empty(): AttributeError: 'list' object has no attribute 'empty'
12
6 7 2 3 2 1 4 6 3 4 2 2 5 10 1 3 8 1 6 4 3 5 9 2 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 44, in <module> g = djk(1,a) + djk(a,b) + djk(b,n) File "/tmp/target/Main.py", line 27, in djk if que.empty(): AttributeError: 'list' object has no attribute 'empty'
24
10 11 8 9 6 7 9 4 1 2 1 2 8 1 6 9 2 2 9 10 3 6 5 1 5 10 3 5 2 1 10 6 4 9 4 8 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/target/Main.py", line 44, in <module> g = djk(1,a) + djk(a,b) + djk(b,n) File "/tmp/target/Main.py", line 27, in djk if que.empty(): AttributeError: 'list' object has no attribute 'empty'
33