정답 개수:
78
틀린 개수:
0
실행 실패 개수:
22
7
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 20, in <module> print(four_square(n)) File "Main.py", line 15, in four_square if int((n - i**2 - j**2) ** 0.5) == (n - i**2 - j**2) ** 0.5: TypeError: int() argument must be a string, a bytes-like object or a real number, not 'complex'
4
23
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 20, in <module> print(four_square(n)) File "Main.py", line 15, in four_square if int((n - i**2 - j**2) ** 0.5) == (n - i**2 - j**2) ** 0.5: TypeError: int() argument must be a string, a bytes-like object or a real number, not 'complex'
4
47
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 20, in <module> print(four_square(n)) File "Main.py", line 15, in four_square if int((n - i**2 - j**2) ** 0.5) == (n - i**2 - j**2) ** 0.5: TypeError: int() argument must be a string, a bytes-like object or a real number, not 'complex'
4