정답 개수:
0
틀린 개수:
2
실행 실패 개수:
8
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
2 2 2 0 4 3 9 1
0
3
3 2 6 2 4 3 7 4 12 5
5
7
1 3 0 4 1 8 5
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 19, in <module> if (gems_max[0] > i) or not gems: ~~~~~~~~^^^ TypeError: 'NoneType' object is not subscriptable
4
1 3 7 4 4 14 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 19, in <module> if (gems_max[0] > i) or not gems: ~~~~~~~~^^^ TypeError: 'NoneType' object is not subscriptable
4
2 4 10 1 7 5 9 5 5 12
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 19, in <module> if (gems_max[0] > i) or not gems: ~~~~~~~~^^^ TypeError: 'NoneType' object is not subscriptable
6