정답 개수:
68
틀린 개수:
13
실행 실패 개수:
19
0 0 5 5 1 1 4 4
0
1
0 1 1 3 1 0 3 4
1
0
1 1 2 2 0 0 3 3
0
1
0 0 0 5 1 1 2 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 70, in <module> if a1 != a2: # 기울기가 다를 경우 NameError: name 'a1' is not defined. Did you mean: 'ax1'?
0
0 7 7 0 3 0 3 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 70, in <module> if a1 != a2: # 기울기가 다를 경우 NameError: name 'a2' is not defined. Did you mean: 'ax2'?
0
1 1 1 2 1 3 3 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 70, in <module> if a1 != a2: # 기울기가 다를 경우 NameError: name 'a1' is not defined. Did you mean: 'ax1'?
0