結果
問題 | No.2602 Real Collider |
ユーザー | 👑 p-adic |
提出日時 | 2024-01-13 09:51:21 |
言語 | PyPy3 (7.3.15) |
結果 |
RE
|
実行時間 | - |
コード長 | 467 bytes |
コンパイル時間 | 282 ms |
コンパイル使用メモリ | 82,440 KB |
実行使用メモリ | 77,568 KB |
最終ジャッジ日時 | 2024-09-28 01:16:25 |
合計ジャッジ時間 | 10,262 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 39 ms
53,164 KB |
testcase_01 | AC | 35 ms
52,332 KB |
testcase_02 | AC | 33 ms
53,496 KB |
testcase_03 | RE | - |
testcase_04 | RE | - |
testcase_05 | RE | - |
testcase_06 | RE | - |
testcase_07 | RE | - |
testcase_08 | RE | - |
testcase_09 | RE | - |
testcase_10 | RE | - |
testcase_11 | RE | - |
testcase_12 | AC | 284 ms
76,828 KB |
testcase_13 | AC | 195 ms
77,016 KB |
testcase_14 | AC | 316 ms
77,184 KB |
testcase_15 | RE | - |
testcase_16 | RE | - |
testcase_17 | RE | - |
testcase_18 | AC | 246 ms
77,440 KB |
testcase_19 | AC | 290 ms
77,116 KB |
testcase_20 | RE | - |
testcase_21 | AC | 240 ms
77,568 KB |
testcase_22 | AC | 262 ms
77,440 KB |
testcase_23 | AC | 220 ms
77,440 KB |
testcase_24 | AC | 273 ms
77,312 KB |
testcase_25 | AC | 271 ms
76,948 KB |
testcase_26 | RE | - |
testcase_27 | AC | 281 ms
77,060 KB |
testcase_28 | RE | - |
testcase_29 | AC | 260 ms
77,216 KB |
testcase_30 | AC | 267 ms
77,288 KB |
testcase_31 | RE | - |
testcase_32 | RE | - |
testcase_33 | RE | - |
testcase_34 | RE | - |
testcase_35 | RE | - |
testcase_36 | RE | - |
testcase_37 | RE | - |
testcase_38 | RE | - |
testcase_39 | RE | - |
testcase_40 | RE | - |
testcase_41 | RE | - |
testcase_42 | RE | - |
testcase_43 | RE | - |
testcase_44 | RE | - |
testcase_45 | RE | - |
testcase_46 | RE | - |
testcase_47 | RE | - |
testcase_48 | RE | - |
testcase_49 | RE | - |
testcase_50 | RE | - |
testcase_51 | RE | - |
testcase_52 | RE | - |
testcase_53 | RE | - |
testcase_54 | RE | - |
testcase_55 | RE | - |
testcase_56 | RE | - |
testcase_57 | RE | - |
testcase_58 | RE | - |
testcase_59 | RE | - |
testcase_60 | RE | - |
testcase_61 | RE | - |
testcase_62 | RE | - |
testcase_63 | RE | - |
testcase_64 | RE | - |
testcase_65 | RE | - |
testcase_66 | RE | - |
testcase_67 | RE | - |
testcase_68 | RE | - |
testcase_69 | RE | - |
testcase_70 | RE | - |
testcase_71 | RE | - |
testcase_72 | RE | - |
testcase_73 | RE | - |
testcase_74 | RE | - |
testcase_75 | RE | - |
testcase_76 | RE | - |
testcase_77 | RE | - |
testcase_78 | RE | - |
testcase_79 | RE | - |
testcase_80 | RE | - |
ソースコード
I,R=input,range J=lambda:map(int,I().split()) Q=int(I()) a,b,c,d,e,f=J() X=[a,c,e]*2 Y=[b,d,f]*2 def A(x,y): return x**2+y**2 def D(x,y): return A(s-x*t*v,(u-y*v)*t) for i in R(3): u,v=Y[i]+Y[i+1],2 s,t=X[i]+X[i+1],1 r=D(X[i],Y[i]) if D(X[i+2],Y[i+2])<=r:break else: x,y,z,w=c-a,e-a,b-d,b-f L=[A(a,b)-A(c,d),A(e,f)-A(a,b)] u,v=y*L[0]+x*L[1],2*(y*z-x*w) s,t=[2*w*u+v*L[1],2*z*u-v*L[0]][x],2*[y,x][x] r=D(a,b) for q in R(Q):print("YNeos"[D(*list(J()))>r::2])