정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
1 2 5839 7569 8123 3000
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/e3aa643d4bae3bf53230d15cbead5bd20dfd2a0f974a6c0f3963b0295fe27e2d/Main.py", line 4, in <module> _ = int(sys.stdin.readline().strip()) ValueError: invalid literal for int() with base 10: '1 2'
2
8 3 9928 4872 4191 3995 3432 1779
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/e3aa643d4bae3bf53230d15cbead5bd20dfd2a0f974a6c0f3963b0295fe27e2d/Main.py", line 4, in <module> _ = int(sys.stdin.readline().strip()) ValueError: invalid literal for int() with base 10: '8 3'
3
3 8 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/e3aa643d4bae3bf53230d15cbead5bd20dfd2a0f974a6c0f3963b0295fe27e2d/Main.py", line 4, in <module> _ = int(sys.stdin.readline().strip()) ValueError: invalid literal for int() with base 10: '3 8'
7