정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
7 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/f38a2e8f9596c44b6d0950ceb466c6819e1c3a4d4065a6ea8e1ebb25c4da1699/Main.py", line 32, in <module> n=int(sys.stdin.readline()) ValueError: invalid literal for int() with base 10: '7 3\n'
<3, 6, 2, 7, 5, 1, 4>
8 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/f38a2e8f9596c44b6d0950ceb466c6819e1c3a4d4065a6ea8e1ebb25c4da1699/Main.py", line 32, in <module> n=int(sys.stdin.readline()) ValueError: invalid literal for int() with base 10: '8 1\n'
<1, 2, 3, 4, 5, 6, 7, 8>
9 1
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "/tmp/compile/f38a2e8f9596c44b6d0950ceb466c6819e1c3a4d4065a6ea8e1ebb25c4da1699/Main.py", line 32, in <module> n=int(sys.stdin.readline()) ValueError: invalid literal for int() with base 10: '9 1\n'
<1, 2, 3, 4, 5, 6, 7, 8, 9>