정답 개수:
30
틀린 개수:
0
실행 실패 개수:
70
12
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 22, in <module> print(four_square(n)) File "Main.py", line 16, in four_square for j in range(1, math.sqrt(n - (i**2)) + 1): TypeError: 'float' object cannot be interpreted as an integer
3
14
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 22, in <module> print(four_square(n)) File "Main.py", line 16, in four_square for j in range(1, math.sqrt(n - (i**2)) + 1): TypeError: 'float' object cannot be interpreted as an integer
3
19
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 22, in <module> print(four_square(n)) File "Main.py", line 16, in four_square for j in range(1, math.sqrt(n - (i**2)) + 1): TypeError: 'float' object cannot be interpreted as an integer
3