정답 개수:
22
틀린 개수:
0
실행 실패 개수:
78
1 17 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 17, in <module> print(d[a % 10][(b - 1) % len(d[a])]) ~^^^ IndexError: list index out of range
9
1 20 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 17, in <module> print(d[a % 10][(b - 1) % len(d[a])]) ~^^^ IndexError: list index out of range
10
1 18 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 17, in <module> print(d[a % 10][(b - 1) % len(d[a])]) ~^^^ IndexError: list index out of range
6