정답 개수:
13
틀린 개수:
6
실행 실패 개수:
81
1 1299658
0
20
1 1299692
0
20
1 1299702
0
20
2 1299388 396
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 23, in <module> left = reversed(prime[:k]).index(True) ^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'list_reverseiterator' object has no attribute 'index'
58 8
2 1299437 884
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 23, in <module> left = reversed(prime[:k]).index(True) ^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'list_reverseiterator' object has no attribute 'index'
0 4
2 526 1298860
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 23, in <module> left = reversed(prime[:k]).index(True) ^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'list_reverseiterator' object has no attribute 'index'
18 14