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