정답 개수:
93
틀린 개수:
0
실행 실패 개수:
7
2 32 40 28
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 13, in <module> if vis[nxt] == 0 and 0<=nxt<n: ~~~^^^^^ IndexError: list index out of range
1
37 44 46 7
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 13, in <module> if vis[nxt] == 0 and 0<=nxt<n: ~~~^^^^^ IndexError: list index out of range
0
42 43 44 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 13, in <module> if vis[nxt] == 0 and 0<=nxt<n: ~~~^^^^^ IndexError: list index out of range
0