정답 개수:
27
틀린 개수:
4
실행 실패 개수:
69
1 4 6
4
6
2 4 9 8 9
6 8
4 8
3 8 12 7 17 4 1
6 7 6
6 7 4
1 16 7
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 12, in <module> print(tl[b-1][0]) IndexError: list index out of range
6
1 12 7
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 8, in <module> print(tl[b-1][c % 4]) IndexError: list index out of range
8
1 12 9
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 8, in <module> print(tl[b-1][c % 4]) IndexError: list index out of range
2