結果

問題 No.1094 木登り / Climbing tree
ユーザー tailstails
提出日時 2020-07-03 16:41:44
言語 cLay
(20240714-1)
結果
AC  
実行時間 225 ms / 2,000 ms
コード長 178 bytes
コンパイル時間 4,123 ms
コンパイル使用メモリ 179,556 KB
実行使用メモリ 23,040 KB
最終ジャッジ日時 2024-11-08 06:55:30
合計ジャッジ時間 11,452 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,248 KB
testcase_01 AC 201 ms
22,656 KB
testcase_02 AC 30 ms
20,224 KB
testcase_03 AC 15 ms
6,016 KB
testcase_04 AC 49 ms
12,288 KB
testcase_05 AC 135 ms
19,712 KB
testcase_06 AC 52 ms
11,008 KB
testcase_07 AC 194 ms
22,912 KB
testcase_08 AC 199 ms
22,856 KB
testcase_09 AC 208 ms
22,728 KB
testcase_10 AC 214 ms
22,784 KB
testcase_11 AC 217 ms
22,860 KB
testcase_12 AC 213 ms
23,040 KB
testcase_13 AC 218 ms
22,784 KB
testcase_14 AC 223 ms
22,912 KB
testcase_15 AC 25 ms
8,960 KB
testcase_16 AC 45 ms
17,408 KB
testcase_17 AC 33 ms
12,672 KB
testcase_18 AC 30 ms
10,880 KB
testcase_19 AC 40 ms
15,616 KB
testcase_20 AC 225 ms
22,912 KB
testcase_21 AC 34 ms
13,184 KB
testcase_22 AC 192 ms
22,856 KB
testcase_23 AC 195 ms
22,656 KB
testcase_24 AC 191 ms
22,656 KB
testcase_25 AC 192 ms
22,528 KB
testcase_26 AC 193 ms
22,784 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

wgraph<int>g;HLD h;int n,s,t,a[2d5],b[2d5],c[3d5];{rd(n,(a--,b--,c)(n-1));g.setEdge(n,n-1,a,b,c);g.getDist(0,c);h.init(g.g);rd(n);rep(n)rd(s--,t--),wt(c[s]+c[t]-2c[h.lca(s,t)]);}
0