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