정답 개수:
1
틀린 개수:
0
실행 실패 개수:
13
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
1 3 5 7 3 10 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 13, in <module> if not h and h[0][0] > bag: continue IndexError: list index out of range
7
2 3 5 8 3 8 7 2 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 13, in <module> if not h and h[0][0] > bag: continue IndexError: list index out of range
16
3 1 6 2 5 5 5 8 9
시간 초과 (TLE) (5.021s)
8