結果

問題 No.1484 木に数を書き込む問題 / Just Write Numbers! 2
ユーザー tailstails
提出日時 2021-04-19 21:37:27
言語 cLay
(20240714-1)
結果
AC  
実行時間 28 ms / 2,000 ms
コード長 123 bytes
コンパイル時間 2,708 ms
コンパイル使用メモリ 177,312 KB
実行使用メモリ 13,440 KB
最終ジャッジ日時 2024-07-05 15:13:12
合計ジャッジ時間 5,617 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
5,248 KB
testcase_01 AC 1 ms
5,376 KB
testcase_02 AC 1 ms
5,376 KB
testcase_03 AC 2 ms
5,376 KB
testcase_04 AC 2 ms
5,376 KB
testcase_05 AC 3 ms
5,376 KB
testcase_06 AC 3 ms
5,376 KB
testcase_07 AC 2 ms
5,376 KB
testcase_08 AC 4 ms
5,376 KB
testcase_09 AC 4 ms
5,376 KB
testcase_10 AC 3 ms
5,376 KB
testcase_11 AC 3 ms
5,376 KB
testcase_12 AC 3 ms
5,376 KB
testcase_13 AC 1 ms
5,376 KB
testcase_14 AC 21 ms
10,880 KB
testcase_15 AC 21 ms
10,624 KB
testcase_16 AC 18 ms
10,240 KB
testcase_17 AC 13 ms
8,704 KB
testcase_18 AC 23 ms
11,648 KB
testcase_19 AC 27 ms
12,928 KB
testcase_20 AC 27 ms
12,928 KB
testcase_21 AC 27 ms
13,056 KB
testcase_22 AC 26 ms
13,056 KB
testcase_23 AC 26 ms
12,928 KB
testcase_24 AC 27 ms
13,056 KB
testcase_25 AC 28 ms
12,928 KB
testcase_26 AC 27 ms
13,056 KB
testcase_27 AC 28 ms
12,928 KB
testcase_28 AC 27 ms
13,056 KB
testcase_29 AC 15 ms
12,672 KB
testcase_30 AC 14 ms
12,672 KB
testcase_31 AC 13 ms
13,440 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

{
	int@n;--n;
	VI a(n),b(n);
	rd((a--,b--)(n));
	graph g;
	g.setEdge(n+1,n,a.data(),b.data());
	wt(2n-g.TreeDiameter());
}
0