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