정답 개수:
58
틀린 개수:
0
실행 실패 개수:
42
7
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 22, in <module> print(four_square(n)) File "Main.py", line 17, in four_square if int(math.sqrt(n - i**2 - j**2)) == math.sqrt(n - i**2 - j**2): ValueError: math domain error
4
15
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 22, in <module> print(four_square(n)) File "Main.py", line 17, in four_square if int(math.sqrt(n - i**2 - j**2)) == math.sqrt(n - i**2 - j**2): ValueError: math domain error
4
23
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 22, in <module> print(four_square(n)) File "Main.py", line 17, in four_square if int(math.sqrt(n - i**2 - j**2)) == math.sqrt(n - i**2 - j**2): ValueError: math domain error
4