정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
29 28
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> for i in range(2, (n**0.5)+1): ~~~~~^^^^^^^^^^^^^^^ TypeError: 'float' object cannot be interpreted as an integer
29
65 64
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> for i in range(2, (n**0.5)+1): ~~~~~^^^^^^^^^^^^^^^ TypeError: 'float' object cannot be interpreted as an integer
61
93 85
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> for i in range(2, (n**0.5)+1): ~~~~~^^^^^^^^^^^^^^^ TypeError: 'float' object cannot be interpreted as an integer
59