結果

問題 No.827 総神童数
ユーザー tailstails
提出日時 2020-06-30 10:26:33
言語 cLay
(20240714-1)
結果
AC  
実行時間 73 ms / 2,000 ms
コード長 128 bytes
コンパイル時間 2,879 ms
コンパイル使用メモリ 175,140 KB
実行使用メモリ 12,160 KB
最終ジャッジ日時 2024-07-05 13:36:41
合計ジャッジ時間 6,860 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
5,248 KB
testcase_01 AC 2 ms
5,376 KB
testcase_02 AC 2 ms
5,376 KB
testcase_03 AC 1 ms
5,376 KB
testcase_04 AC 2 ms
5,376 KB
testcase_05 AC 2 ms
5,376 KB
testcase_06 AC 2 ms
5,376 KB
testcase_07 AC 1 ms
5,376 KB
testcase_08 AC 2 ms
5,376 KB
testcase_09 AC 73 ms
12,160 KB
testcase_10 AC 24 ms
7,040 KB
testcase_11 AC 2 ms
5,376 KB
testcase_12 AC 11 ms
5,376 KB
testcase_13 AC 58 ms
10,496 KB
testcase_14 AC 3 ms
5,376 KB
testcase_15 AC 24 ms
6,528 KB
testcase_16 AC 56 ms
10,752 KB
testcase_17 AC 67 ms
11,520 KB
testcase_18 AC 29 ms
7,552 KB
testcase_19 AC 72 ms
12,032 KB
testcase_20 AC 52 ms
10,112 KB
testcase_21 AC 38 ms
8,576 KB
testcase_22 AC 58 ms
10,496 KB
testcase_23 AC 2 ms
5,376 KB
testcase_24 AC 64 ms
11,264 KB
testcase_25 AC 48 ms
9,728 KB
testcase_26 AC 65 ms
11,392 KB
testcase_27 AC 43 ms
8,960 KB
testcase_28 AC 42 ms
8,832 KB
testcase_29 AC 34 ms
8,192 KB
testcase_30 AC 11 ms
5,376 KB
testcase_31 AC 26 ms
7,040 KB
testcase_32 AC 25 ms
7,040 KB
testcase_33 AC 70 ms
11,648 KB
testcase_34 AC 64 ms
11,264 KB
testcase_35 AC 27 ms
7,168 KB
testcase_36 AC 37 ms
8,576 KB
testcase_37 AC 48 ms
9,728 KB
testcase_38 AC 70 ms
11,776 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

int n,u[3d5],v[2d5];{rd(n,(u,v)(n-1));graph g;g.setEdge(n+1,n-1,u,v);g.getDist(1,u);Mint r;r-=Mint(1)/~u[1..n];r*=(1..n);wt(r);}
0