結果

問題 No.2630 Colorful Vertices and Cheapest Paths
ユーザー 👑 p-adicp-adic
提出日時 2024-02-17 19:14:05
言語 cLay
(20240714-1)
結果
WA  
実行時間 -
コード長 274 bytes
コンパイル時間 4,714 ms
コンパイル使用メモリ 179,524 KB
実行使用メモリ 46,152 KB
最終ジャッジ日時 2024-09-28 23:54:12
合計ジャッジ時間 8,484 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 90 ms
12,928 KB
testcase_01 AC 215 ms
26,052 KB
testcase_02 AC 225 ms
42,432 KB
testcase_03 AC 2 ms
6,820 KB
testcase_04 WA -
testcase_05 AC 2 ms
6,816 KB
testcase_06 AC 110 ms
8,832 KB
testcase_07 AC 195 ms
45,644 KB
testcase_08 AC 185 ms
41,284 KB
testcase_09 AC 195 ms
46,152 KB
testcase_10 WA -
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 WA -
testcase_15 AC 194 ms
6,820 KB
testcase_16 AC 192 ms
6,816 KB
testcase_17 AC 191 ms
6,820 KB
testcase_18 AC 116 ms
15,488 KB
testcase_19 AC 163 ms
34,688 KB
testcase_20 AC 153 ms
31,300 KB
testcase_21 AC 190 ms
44,160 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@N,@M,@--(A,B)[M],@--C[N],@W[10],@Q,@--(U,V)[Q],a[Q],c;rep(q,Q)a[q]=1e18;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]<?=c;}wtLn(a(Q));
0