정답 개수:
0
틀린 개수:
0
실행 실패 개수:
10
2 2 22 85 88 94 69 11 87 9
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 12, in <module> graph[i].pop[index] ~~~~~~~~~~~~^^^^^^^ TypeError: 'builtin_function_or_method' object is not subscriptable
6
1 3 60 80 70 50 90 10 40 30
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 12, in <module> graph[i].pop[index] ~~~~~~~~~~~~^^^^^^^ TypeError: 'builtin_function_or_method' object is not subscriptable
14
2 2 70 90 10 50 80 60 30 20
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 12, in <module> graph[i].pop[index] ~~~~~~~~~~~~^^^^^^^ TypeError: 'builtin_function_or_method' object is not subscriptable
8