정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
2 2 5 4 7 8 15 9
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 15, in <module> n,k = map(int, input().split()) ^^^ ValueError: not enough values to unpack (expected 2, got 1)
12
3 1 1 3 2 6 0 1 12
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 15, in <module> n,k = map(int, input().split()) ^^^ ValueError: not enough values to unpack (expected 2, got 1)
6
2 4 6 6 0 6 7 6 8 8
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 15, in <module> n,k = map(int, input().split()) ^^^ ValueError: not enough values to unpack (expected 2, got 1)
12