結果

問題 No.2909 Imaginary Summer
ユーザー 👑 p-adicp-adic
提出日時 2024-09-29 10:18:57
言語 cLay
(20240714-1)
結果
AC  
実行時間 5,507 ms / 6,000 ms
コード長 477 bytes
コンパイル時間 8,031 ms
コンパイル使用メモリ 222,456 KB
実行使用メモリ 20,552 KB
最終ジャッジ日時 2024-10-02 17:48:15
合計ジャッジ時間 222,492 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 5,002 ms
6,820 KB
testcase_01 AC 5,001 ms
6,820 KB
testcase_02 AC 5,001 ms
6,820 KB
testcase_03 AC 5,001 ms
6,820 KB
testcase_04 AC 5,002 ms
6,816 KB
testcase_05 AC 5,002 ms
6,820 KB
testcase_06 AC 5,002 ms
6,824 KB
testcase_07 AC 5,001 ms
6,820 KB
testcase_08 AC 5,002 ms
6,820 KB
testcase_09 AC 5,026 ms
11,332 KB
testcase_10 AC 5,021 ms
7,808 KB
testcase_11 AC 5,033 ms
9,540 KB
testcase_12 AC 5,017 ms
11,460 KB
testcase_13 AC 5,041 ms
9,796 KB
testcase_14 AC 5,012 ms
8,900 KB
testcase_15 AC 5,059 ms
14,916 KB
testcase_16 AC 5,305 ms
14,276 KB
testcase_17 AC 5,152 ms
13,440 KB
testcase_18 AC 5,066 ms
14,664 KB
testcase_19 AC 5,315 ms
13,696 KB
testcase_20 AC 5,105 ms
18,976 KB
testcase_21 AC 5,047 ms
19,656 KB
testcase_22 AC 5,493 ms
16,896 KB
testcase_23 AC 5,376 ms
18,372 KB
testcase_24 AC 5,076 ms
19,396 KB
testcase_25 AC 5,066 ms
18,372 KB
testcase_26 AC 5,507 ms
17,536 KB
testcase_27 AC 5,486 ms
18,688 KB
testcase_28 AC 5,359 ms
19,328 KB
testcase_29 AC 5,359 ms
20,164 KB
testcase_30 AC 5,144 ms
20,164 KB
testcase_31 AC 5,253 ms
19,328 KB
testcase_32 AC 5,272 ms
19,936 KB
testcase_33 AC 5,237 ms
19,916 KB
testcase_34 AC 5,224 ms
20,548 KB
testcase_35 AC 5,181 ms
20,552 KB
testcase_36 AC 5,204 ms
19,328 KB
testcase_37 AC 5,303 ms
20,036 KB
testcase_38 AC 5,434 ms
20,420 KB
testcase_39 AC 5,372 ms
20,552 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.cpp: In function ‘int main()’:
main.cpp:954:19: warning: narrowing conversion of ‘((X[j] * x) + (Y[j] * y))’ from ‘long long int’ to ‘int’ [-Wnarrowing]
  954 |       l[j]={X[j]*x+Y[j]*y,j};
      |             ~~~~~~^~~~~~~
main.cpp:954:19: warning: narrowing conversion of ‘((X[j] * x) + (Y[j] * y))’ from ‘long long int’ to ‘int’ [-Wnarrowing]

ソースコード

diff #

ll@(++N,M,K),@(X,Y)[N],@(A,B)[K],L=1d3,x,y;double c;auto D=[&](ll&x,ll&y,ll i){return(x-X[i])**2+(y-Y[i])**2;};VLL o(K,1e18);VVI l(N);Timer t;t.set();Rand r;while(t.get()<5){c=r.get(0.0,3.2);x=cos(c)*L;y=sin(c)*L;rep(j,N)l[j]={X[j]*x+Y[j]*y,j};sortV(l);rep(i,K){M=A[i]*x+B[i]*y;M=bsearch_min[ll,m,0,N](M<l[m][0]);REP(j,max(0,M-L),min(N,M+L))o[i]<?=D(A[i],B[i],l[j][1]);}}c=sqrt(min[j,1,N](D(*X,*Y,j)));rep(i,K)A[i]=D(A[i],B[i],0);Wt(sum[i,0,K](min(sqrt(A[i]),c+sqrt(o[i]))*2));
0