정답 개수:
0
틀린 개수:
2
실행 실패 개수:
8
1 9
9.0
9
1 1
1.0
1
2 -5 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 6, in <module> n_set.add(float(input())) ValueError: could not convert string to float: '-5 6'
-5 6
2 -2 -8
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 6, in <module> n_set.add(float(input())) ValueError: could not convert string to float: '-2 -8'
-8 -2
4 -3 10 0 -4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 6, in <module> n_set.add(float(input())) ValueError: could not convert string to float: '-3 10 0 -4'
-4 -3 0 10