結果

問題 No.1103 Directed Length Sum
ユーザー tailstails
提出日時 2020-07-04 00:56:41
言語 cLay
(20240714-1)
結果
AC  
実行時間 347 ms / 3,000 ms
コード長 158 bytes
コンパイル時間 6,383 ms
コンパイル使用メモリ 219,000 KB
実行使用メモリ 47,488 KB
最終ジャッジ日時 2024-07-05 13:38:49
合計ジャッジ時間 12,930 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,248 KB
testcase_01 AC 2 ms
5,376 KB
testcase_02 AC 69 ms
43,520 KB
testcase_03 AC 55 ms
47,488 KB
testcase_04 AC 185 ms
27,136 KB
testcase_05 AC 347 ms
43,520 KB
testcase_06 AC 94 ms
19,072 KB
testcase_07 AC 14 ms
8,064 KB
testcase_08 AC 22 ms
9,728 KB
testcase_09 AC 9 ms
6,272 KB
testcase_10 AC 32 ms
11,904 KB
testcase_11 AC 196 ms
29,312 KB
testcase_12 AC 93 ms
19,456 KB
testcase_13 AC 33 ms
12,160 KB
testcase_14 AC 7 ms
5,760 KB
testcase_15 AC 51 ms
16,000 KB
testcase_16 AC 233 ms
32,128 KB
testcase_17 AC 250 ms
33,408 KB
testcase_18 AC 31 ms
11,904 KB
testcase_19 AC 217 ms
29,824 KB
testcase_20 AC 12 ms
6,912 KB
testcase_21 AC 20 ms
9,344 KB
testcase_22 AC 166 ms
25,088 KB
testcase_23 AC 66 ms
16,896 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

graph g;int n,r,s,a[1d6],b[1d6];{rd(n--,(a--,b--)(n));sortA(n,b,a);r+=b[0..n-1]==r;g.setEdge(n+1,n,a,b);g.getDist(r,b);s=((ll)b[0..n]*-~b[0..]/2+s)%MD;wt(s);}
0