정답 개수:
75
틀린 개수:
6
실행 실패 개수:
19
0 0 1 0 2 0 3 0
1
0
-2 3 0 1 1 0 2 -1
1
0
-1 3 0 2 3 -1 2 0
1
0
0 0 0 5 1 1 2 2
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 73, in <module> intersect = (b1 - b2) / (a2 - a1) NameError: name 'b1' is not defined. Did you mean: 'bx1'?
0
0 7 7 0 3 0 3 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 73, in <module> intersect = (b1 - b2) / (a2 - a1) NameError: name 'b2' is not defined. Did you mean: 'bx2'?
0
1 1 1 2 1 3 3 3
런타임 에러 (RTE)
stderr:
Traceback (most recent call last): File "Main.py", line 73, in <module> intersect = (b1 - b2) / (a2 - a1) NameError: name 'b1' is not defined. Did you mean: 'bx1'?
0