정답 개수:
1
틀린 개수:
0
실행 실패 개수:
19
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
4 1 1 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 7, in <module> a.sort(key=lambda x: (x[0],x[1])) ~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "Main.py", line 7, in <lambda> a.sort(key=lambda x: (x[0],x[1])) ~^^^ TypeError: 'NoneType' object is not subscriptable
1
4 2 4 3 2 4
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 7, in <module> a.sort(key=lambda x: (x[0],x[1])) ~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "Main.py", line 7, in <lambda> a.sort(key=lambda x: (x[0],x[1])) ~^^^ TypeError: 'NoneType' object is not subscriptable
0
3 3 1 3 1 2 2 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 7, in <module> a.sort(key=lambda x: (x[0],x[1])) ~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "Main.py", line 7, in <lambda> a.sort(key=lambda x: (x[0],x[1])) ~^^^ TypeError: 'NoneType' object is not subscriptable
2