정답 개수:
19
틀린 개수:
2
실행 실패 개수:
79
2 1 4 1 2 4 3
101 202
101 102
2 8 2 1 6 7 14
101 402
101 203
1 5 4 9
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 18, in <module> print(hotel[y-1][x-1]) IndexError: list index out of range
402
1 3 4 8
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 18, in <module> print(hotel[y-1][x-1]) IndexError: list index out of range
203
1 4 9 30
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 18, in <module> print(hotel[y-1][x-1]) IndexError: list index out of range
208