정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
2 -7 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 6, in <module> n_set.add(int(input())) ValueError: invalid literal for int() with base 10: '-7 2'
-7 2
2 -2 9
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 6, in <module> n_set.add(int(input())) ValueError: invalid literal for int() with base 10: '-2 9'
-2 9
4 7 4 -8 -5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 6, in <module> n_set.add(int(input())) ValueError: invalid literal for int() with base 10: '7 4 -8 -5'
-8 -5 4 7