정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
33
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 1, in <module> for i in range(1,math.floor(math.sqrt(n))+1): NameError: name 'math' is not defined
3
46
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 1, in <module> for i in range(1,math.floor(math.sqrt(n))+1): NameError: name 'math' is not defined
3
69
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 1, in <module> for i in range(1,math.floor(math.sqrt(n))+1): NameError: name 'math' is not defined
3