結果

問題 No.2602 Real Collider
ユーザー timitimi
提出日時 2024-01-13 16:57:05
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 1,406 ms / 2,000 ms
コード長 1,212 bytes
コンパイル時間 236 ms
コンパイル使用メモリ 82,600 KB
実行使用メモリ 91,360 KB
最終ジャッジ日時 2024-09-28 01:35:03
合計ジャッジ時間 52,902 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 128 ms
88,236 KB
testcase_01 AC 126 ms
88,320 KB
testcase_02 AC 128 ms
88,448 KB
testcase_03 AC 137 ms
88,448 KB
testcase_04 AC 130 ms
88,320 KB
testcase_05 AC 129 ms
88,448 KB
testcase_06 AC 130 ms
88,448 KB
testcase_07 AC 135 ms
88,192 KB
testcase_08 AC 128 ms
88,448 KB
testcase_09 AC 127 ms
88,320 KB
testcase_10 AC 1,406 ms
91,360 KB
testcase_11 AC 703 ms
90,624 KB
testcase_12 AC 490 ms
90,112 KB
testcase_13 AC 384 ms
90,368 KB
testcase_14 AC 519 ms
89,984 KB
testcase_15 AC 582 ms
90,624 KB
testcase_16 AC 765 ms
90,596 KB
testcase_17 AC 841 ms
91,008 KB
testcase_18 AC 408 ms
90,112 KB
testcase_19 AC 505 ms
90,220 KB
testcase_20 AC 812 ms
90,144 KB
testcase_21 AC 409 ms
90,112 KB
testcase_22 AC 448 ms
90,216 KB
testcase_23 AC 369 ms
89,984 KB
testcase_24 AC 443 ms
89,856 KB
testcase_25 AC 439 ms
90,304 KB
testcase_26 AC 467 ms
90,112 KB
testcase_27 AC 469 ms
89,984 KB
testcase_28 AC 634 ms
90,112 KB
testcase_29 AC 458 ms
89,984 KB
testcase_30 AC 512 ms
90,368 KB
testcase_31 AC 798 ms
90,752 KB
testcase_32 AC 700 ms
90,752 KB
testcase_33 AC 742 ms
90,752 KB
testcase_34 AC 767 ms
90,372 KB
testcase_35 AC 590 ms
90,496 KB
testcase_36 AC 474 ms
89,984 KB
testcase_37 AC 839 ms
90,624 KB
testcase_38 AC 862 ms
90,932 KB
testcase_39 AC 835 ms
90,880 KB
testcase_40 AC 525 ms
90,624 KB
testcase_41 AC 912 ms
90,732 KB
testcase_42 AC 788 ms
90,624 KB
testcase_43 AC 692 ms
89,984 KB
testcase_44 AC 911 ms
90,828 KB
testcase_45 AC 646 ms
89,984 KB
testcase_46 AC 621 ms
90,368 KB
testcase_47 AC 810 ms
90,880 KB
testcase_48 AC 730 ms
90,368 KB
testcase_49 AC 645 ms
90,496 KB
testcase_50 AC 544 ms
90,496 KB
testcase_51 AC 585 ms
90,368 KB
testcase_52 AC 469 ms
90,112 KB
testcase_53 AC 788 ms
90,496 KB
testcase_54 AC 666 ms
90,112 KB
testcase_55 AC 697 ms
90,880 KB
testcase_56 AC 691 ms
90,472 KB
testcase_57 AC 688 ms
90,648 KB
testcase_58 AC 416 ms
90,240 KB
testcase_59 AC 769 ms
90,880 KB
testcase_60 AC 590 ms
90,320 KB
testcase_61 AC 610 ms
90,496 KB
testcase_62 AC 791 ms
90,752 KB
testcase_63 AC 907 ms
90,112 KB
testcase_64 AC 996 ms
91,008 KB
testcase_65 AC 619 ms
90,752 KB
testcase_66 AC 882 ms
90,496 KB
testcase_67 AC 534 ms
89,984 KB
testcase_68 AC 574 ms
90,240 KB
testcase_69 AC 430 ms
90,348 KB
testcase_70 AC 511 ms
90,256 KB
testcase_71 AC 619 ms
90,368 KB
testcase_72 AC 754 ms
90,752 KB
testcase_73 AC 660 ms
90,752 KB
testcase_74 AC 772 ms
90,664 KB
testcase_75 AC 823 ms
90,880 KB
testcase_76 AC 741 ms
90,672 KB
testcase_77 AC 766 ms
90,880 KB
testcase_78 AC 907 ms
90,880 KB
testcase_79 AC 772 ms
90,224 KB
testcase_80 AC 849 ms
89,856 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

Q=int(input())
ax,ay,bx,by,cx,cy=map(int, input().split())
A=[]
from fractions import Fraction

x=Fraction(bx+cx,2)
y=Fraction(by+cy,2)
r2=(bx-cx)**2+(by-cy)**2
if (ax-x)**2+(ay-y)**2<=Fraction(r2,4):
  A.append((r2,x,y))
ax,ay,bx,by,cx,cy=bx,by,cx,cy,ax,ay
x=Fraction(bx+cx,2)
y=Fraction(by+cy,2)
r2=(bx-cx)**2+(by-cy)**2
if (ax-x)**2+(ay-y)**2<=Fraction(r2,4):
  A.append((r2,x,y))
ax,ay,bx,by,cx,cy=bx,by,cx,cy,ax,ay
x=Fraction(bx+cx,2)
y=Fraction(by+cy,2)
r2=(bx-cx)**2+(by-cy)**2
if (ax-x)**2+(ay-y)**2<=Fraction(r2,4):
  A.append((r2,x,y))
ax,ay,bx,by,cx,cy=bx,by,cx,cy,ax,ay

def c(x1, y1, x2, y2, x3, y3):
    """
    3点を通る円の中心と半径を取得
    """
    d = 2 * ((y1 - y3) * (x1 - x2) - (y1 - y2) * (x1 - x3))
    if d==0:
      return 0,0,-1
    x=Fraction(((y1-y3)*(y1**2-y2**2+x1**2-x2**2)-(y1-y2)*(y1**2-y3**2+x1**2-x3**2)),d)
    y=Fraction(((x1-x3)*(x1**2-x2**2+y1**2-y2**2)-(x1-x2)*(x1**2-x3**2+y1**2-y3**2)),-d)
    r=((x - x1) ** 2 + (y - y1) ** 2)
    return x,y,r

x,y,r=c(ax,ay,bx,by,cx,cy)

if r!=-1:
  A.append((4*r,x,y))
A=sorted(A)
r,x,y=A[0]
for i in range(Q):
  xx,yy=map(int, input().split())
  if ((x-xx)**2+(y-yy)**2)*4>r:
    print('No')
  else:
    print('Yes')
0