정답 개수:
17
틀린 개수:
44
실행 실패 개수:
39
1 7 3 4
403
401
1 2 3 4
203
202
1 1 5 1
105
101
1 3 3 9
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 18, in <module> print(hotel[y-1][x]) IndexError: list index out of range
303
2 1 9 9 3 8 23
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 18, in <module> print(hotel[y-1][x]) IndexError: list index out of range
109 208
2 1 7 7 5 6 12
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 18, in <module> print(hotel[y-1][x]) IndexError: list index out of range
107 203