結果

問題 No.2909 Imaginary Summer
ユーザー 👑 p-adicp-adic
提出日時 2024-09-29 09:56:34
言語 cLay
(20240714-1)
結果
AC  
実行時間 5,832 ms / 6,000 ms
コード長 437 bytes
コンパイル時間 8,001 ms
コンパイル使用メモリ 221,748 KB
実行使用メモリ 19,908 KB
最終ジャッジ日時 2024-10-02 17:47:06
合計ジャッジ時間 230,019 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 5,001 ms
5,248 KB
testcase_01 AC 5,002 ms
5,248 KB
testcase_02 AC 5,001 ms
5,248 KB
testcase_03 AC 5,004 ms
5,248 KB
testcase_04 AC 5,002 ms
5,248 KB
testcase_05 AC 5,002 ms
5,248 KB
testcase_06 AC 5,023 ms
5,248 KB
testcase_07 AC 5,004 ms
5,248 KB
testcase_08 AC 5,002 ms
5,248 KB
testcase_09 AC 5,125 ms
10,368 KB
testcase_10 AC 5,007 ms
7,680 KB
testcase_11 AC 5,012 ms
8,192 KB
testcase_12 AC 5,011 ms
10,496 KB
testcase_13 AC 5,058 ms
8,448 KB
testcase_14 AC 5,023 ms
7,424 KB
testcase_15 AC 5,320 ms
13,440 KB
testcase_16 AC 5,335 ms
13,312 KB
testcase_17 AC 5,136 ms
13,184 KB
testcase_18 AC 5,103 ms
13,056 KB
testcase_19 AC 5,322 ms
13,696 KB
testcase_20 AC 5,376 ms
18,944 KB
testcase_21 AC 5,270 ms
18,304 KB
testcase_22 AC 5,493 ms
16,768 KB
testcase_23 AC 5,090 ms
17,664 KB
testcase_24 AC 5,832 ms
19,908 KB
testcase_25 AC 5,482 ms
17,536 KB
testcase_26 AC 5,500 ms
17,536 KB
testcase_27 AC 5,416 ms
18,688 KB
testcase_28 AC 5,730 ms
19,328 KB
testcase_29 AC 5,318 ms
19,328 KB
testcase_30 AC 5,649 ms
19,328 KB
testcase_31 AC 5,799 ms
19,328 KB
testcase_32 AC 5,742 ms
19,328 KB
testcase_33 AC 5,701 ms
19,328 KB
testcase_34 AC 5,688 ms
19,328 KB
testcase_35 AC 5,707 ms
19,328 KB
testcase_36 AC 5,701 ms
19,328 KB
testcase_37 AC 5,737 ms
19,328 KB
testcase_38 AC 5,649 ms
19,328 KB
testcase_39 AC 5,794 ms
19,328 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.cpp: In function ‘int main()’:
main.cpp:950:19: warning: narrowing conversion of ‘((X[j] * x) + Y[j])’ from ‘long long int’ to ‘int’ [-Wnarrowing]
  950 |       l[j]={X[j]*x+Y[j],j};
      |             ~~~~~~^~~~~
main.cpp:950:19: warning: narrowing conversion of ‘((X[j] * x) + Y[j])’ from ‘long long int’ to ‘int’ [-Wnarrowing]
main.cpp:954:27: warning: narrowing conversion of ‘((A[i] * x) + B[i])’ from ‘long long int’ to ‘int’ [-Wnarrowing]
  954 |       vector<int> s{A[i]*x+B[i],0};
      |                     ~~~~~~^~~~~
main.cpp:954:27: warning: narrowing conversion of ‘((A[i] * x) + B[i])’ from ‘long long int’ to ‘int’ [-Wnarrowing]

ソースコード

diff #

ll@(++N,M,K),@(X,Y)[N],@(A,B)[K],L=1d3,x;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){x=r.get(L);rep(j,N)l[j]={X[j]*x+Y[j],j};sortV(l);rep(i,K){VI s{A[i]*x+B[i],0};M=bsearch_min[ll,m,0,N](s<l[m]);rep(j,max(0,M-L),min(N,M+L))o[i]<?=D(A[i],B[i],l[j][1]);}}M=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]),sqrt(M)+sqrt(o[i]))*2));
0