結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,248 KB
testcase_01 AC 197 ms
22,656 KB
testcase_02 AC 30 ms
20,352 KB
testcase_03 AC 15 ms
5,888 KB
testcase_04 AC 49 ms
12,160 KB
testcase_05 AC 129 ms
19,712 KB
testcase_06 AC 51 ms
11,008 KB
testcase_07 AC 188 ms
22,784 KB
testcase_08 AC 197 ms
22,912 KB
testcase_09 AC 204 ms
22,784 KB
testcase_10 AC 185 ms
22,784 KB
testcase_11 AC 201 ms
22,784 KB
testcase_12 AC 204 ms
22,784 KB
testcase_13 AC 197 ms
22,656 KB
testcase_14 AC 201 ms
22,912 KB
testcase_15 AC 24 ms
8,960 KB
testcase_16 AC 44 ms
17,536 KB
testcase_17 AC 34 ms
12,672 KB
testcase_18 AC 29 ms
10,880 KB
testcase_19 AC 40 ms
15,488 KB
testcase_20 AC 205 ms
22,912 KB
testcase_21 AC 34 ms
13,312 KB
testcase_22 AC 181 ms
22,784 KB
testcase_23 AC 186 ms
22,528 KB
testcase_24 AC 179 ms
22,656 KB
testcase_25 AC 190 ms
22,656 KB
testcase_26 AC 188 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]-c[h.lca(s,t)]*2);}
0