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