정답 개수:
17
틀린 개수:
20
실행 실패 개수:
63
3 1 1 1 1 1 1 1 1 1
0 0 9
0 0 1
3 0 0 0 0 0 0 0 0 0
0 9 0
0 1 0
3 -1 -1 -1 -1 -1 -1 -1 -1 -1
9 0 0
1 0 0
1 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 33, in <module> count(paper) ~~~~~^^^^^^^ File "Main.py", line 25, in count for i in range(0, n, n//3): ~~~~~^^^^^^^^^^^^ ValueError: range() arg 3 must not be zero
0 0 1
1 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 33, in <module> count(paper) ~~~~~^^^^^^^ File "Main.py", line 25, in count for i in range(0, n, n//3): ~~~~~^^^^^^^^^^^^ ValueError: range() arg 3 must not be zero
0 1 0
1 -1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 33, in <module> count(paper) ~~~~~^^^^^^^ File "Main.py", line 25, in count for i in range(0, n, n//3): ~~~~~^^^^^^^^^^^^ ValueError: range() arg 3 must not be zero
1 0 0