정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
2 261946 371312
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 18, in <module> dicA = get_primes(a) File "Main.py", line 11, in get_primes return {x:0 for x in range(n+1) if primes[x]} File "Main.py", line 11, in <dictcomp> return {x:0 for x in range(n+1) if primes[x]} IndexError: list index out of range
1316 1820
3 924418 325438 470948
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 18, in <module> dicA = get_primes(a) File "Main.py", line 11, in get_primes return {x:0 for x in range(n+1) if primes[x]} File "Main.py", line 11, in <dictcomp> return {x:0 for x in range(n+1) if primes[x]} IndexError: list index out of range
4173 1702 2257
3 311328 713352 190914
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 18, in <module> dicA = get_primes(a) File "Main.py", line 11, in get_primes return {x:0 for x in range(n+1) if primes[x]} File "Main.py", line 11, in <dictcomp> return {x:0 for x in range(n+1) if primes[x]} IndexError: list index out of range
3229 6088 2091