정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
7 7
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> people,num = map(int,input().split()) EOFError: EOF when reading a line
<7, 1, 3, 6, 2, 4, 5>
10 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> people,num = map(int,input().split()) EOFError: EOF when reading a line
<3, 6, 9, 2, 7, 1, 8, 5, 10, 4>
12 6
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 4, in <module> people,num = map(int,input().split()) EOFError: EOF when reading a line
<6, 12, 7, 2, 10, 8, 5, 9, 1, 11, 4, 3>