結果

問題 No.2630 Colorful Vertices and Cheapest Paths
ユーザー 👑 p-adicp-adic
提出日時 2024-02-17 19:18:46
言語 cLay
(20240714-1)
結果
AC  
実行時間 242 ms / 2,500 ms
コード長 286 bytes
コンパイル時間 3,597 ms
コンパイル使用メモリ 178,128 KB
実行使用メモリ 46,276 KB
最終ジャッジ日時 2024-09-28 23:54:23
合計ジャッジ時間 6,955 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 83 ms
12,928 KB
testcase_01 AC 199 ms
25,928 KB
testcase_02 AC 218 ms
42,312 KB
testcase_03 AC 3 ms
6,816 KB
testcase_04 AC 2 ms
6,816 KB
testcase_05 AC 2 ms
6,816 KB
testcase_06 AC 107 ms
10,824 KB
testcase_07 AC 184 ms
45,768 KB
testcase_08 AC 177 ms
39,168 KB
testcase_09 AC 186 ms
44,288 KB
testcase_10 AC 240 ms
44,160 KB
testcase_11 AC 241 ms
45,900 KB
testcase_12 AC 238 ms
46,276 KB
testcase_13 AC 242 ms
44,288 KB
testcase_14 AC 240 ms
46,152 KB
testcase_15 AC 184 ms
6,816 KB
testcase_16 AC 182 ms
6,824 KB
testcase_17 AC 181 ms
6,820 KB
testcase_18 AC 111 ms
17,476 KB
testcase_19 AC 167 ms
36,680 KB
testcase_20 AC 146 ms
29,312 KB
testcase_21 AC 181 ms
46,020 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@N,@M,@--(A,B)[M],@--C[N],@W[10],@Q,@--(U,V)[Q],a[Q],c;rep(q,Q)a[q]=-1;REP(b,1024){c=sum[d,0,10@(b>>d)&1](W[d]);unionFind t('m',N,1);rep(j,M)if((b>>C[A[j]])&1&(b>>C[B[j]]))t.connect(A[j],B[j]);rep(q,Q)if((b>>C[U[q]])&1&(b>>C[V[q]])&t(U[q])==t(V[q])&(a[q]<0|a[q]>c))a[q]=c;}wtLn(a(Q));
0