정답 개수:
0
틀린 개수:
9
실행 실패 개수:
1
3 1 2 3 1 2 3 3 2 1
[{'total': 5, 3: 1, 2: 0}, {'total': 6, 3: 0, 2: 3}, {'total': 7, 3: 2, 2: 0}] 3 7
3 7
4 3 2 1 2 3 1 1 2 3 3 2 1
[{'total': 9, 3: 2, 2: 1}, {'total': 9, 3: 1, 2: 3}, {'total': 6, 3: 1, 2: 0}] 1 9
1 9
4 2 3 1 2 1 3 2 1 3 1 2 3
[{'total': 7, 3: 0, 2: 3}, {'total': 7, 3: 1, 2: 1}, {'total': 10, 3: 3, 2: 0}] 3 10
3 10
9 2 3 1 1 3 2 3 2 1 1 2 3 1 2 3 1 2 3 1 2 3 2 1 3 2 3 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 53, in <module> result = chk() File "Main.py", line 21, in chk if three[k] == max_three: IndexError: list index out of range
3 20