정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
86 12 52 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> for j in range(2, i**0.5+1) : ~~~~~^^^^^^^^^^^^^ TypeError: 'float' object cannot be interpreted as an integer
86 = 3 + 83 12 = 5 + 7 52 = 5 + 47
36 16 40 40 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> for j in range(2, i**0.5+1) : ~~~~~^^^^^^^^^^^^^ TypeError: 'float' object cannot be interpreted as an integer
36 = 5 + 31 16 = 3 + 13 40 = 3 + 37 40 = 3 + 37
50 18 26 14 0
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> for j in range(2, i**0.5+1) : ~~~~~^^^^^^^^^^^^^ TypeError: 'float' object cannot be interpreted as an integer
50 = 3 + 47 18 = 5 + 13 26 = 3 + 23 14 = 3 + 11