정답 개수:
4
틀린 개수:
0
실행 실패 개수:
46
2 0 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: '0 5'
0 5
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
2 -4 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: '-4 2'
-4 2