정답 개수:
55
틀린 개수:
3
실행 실패 개수:
42
3 1 21 40 10 32 6 64 82 4
7
8
3 5 37 50 24 98 33 67 99 51 7 6 78 43 61 60 52 21
6
5
3 5 50 80 20 30 60 90 70 10 40 16 34 26 48 41 76 49
11
12
1 4 4 60 91 57 35 20 75 43 88 28
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> if index := graph[i].index((x, 1)) >= 0: ~~~~~~~~~~~~~~^^^^^^^^ ValueError: (88, 1) is not in list
8
2 3 66 77 35 88 41 37 67 5 69 68
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> if index := graph[i].index((x, 1)) >= 0: ~~~~~~~~~~~~~~^^^^^^^^ ValueError: (41, 1) is not in list
8
2 3 78 94 21 34 93 3 80 77 49 13
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 11, in <module> if index := graph[i].index((x, 1)) >= 0: ~~~~~~~~~~~~~~^^^^^^^^ ValueError: (80, 1) is not in list
13