정답 개수:
36
틀린 개수:
19
실행 실패 개수:
45
1 2 4 4
203
202
1 1 9 5
106
105
1 4 8 16
405
404
1 1 3 3
런타임 에러 (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
103
1 4 4 16
런타임 에러 (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
404
1 3 4 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
304