結果

問題 No.758 VVVVV
ユーザー tailstails
提出日時 2018-12-06 18:40:00
言語 cLay
(20240104-1)
結果
WA  
実行時間 -
コード長 126 bytes
コンパイル時間 2,977 ms
コンパイル使用メモリ 173,340 KB
実行使用メモリ 11,624 KB
最終ジャッジ日時 2023-09-19 00:10:02
合計ジャッジ時間 5,784 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 AC 3 ms
9,516 KB
testcase_03 AC 9 ms
11,328 KB
testcase_04 AC 6 ms
10,304 KB
testcase_05 AC 5 ms
10,256 KB
testcase_06 AC 4 ms
10,148 KB
testcase_07 AC 9 ms
11,440 KB
testcase_08 AC 6 ms
10,452 KB
testcase_09 AC 4 ms
9,972 KB
testcase_10 AC 5 ms
10,004 KB
testcase_11 AC 10 ms
11,364 KB
testcase_12 AC 4 ms
9,868 KB
testcase_13 AC 5 ms
9,992 KB
testcase_14 AC 3 ms
9,948 KB
testcase_15 AC 4 ms
9,676 KB
testcase_16 AC 3 ms
9,884 KB
testcase_17 AC 9 ms
11,116 KB
testcase_18 AC 6 ms
10,260 KB
testcase_19 AC 10 ms
11,624 KB
testcase_20 AC 5 ms
9,904 KB
testcase_21 AC 5 ms
10,052 KB
testcase_22 AC 10 ms
11,576 KB
testcase_23 AC 3 ms
9,560 KB
testcase_24 AC 3 ms
9,496 KB
testcase_25 AC 3 ms
9,764 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll n,r,a[2d5],u[2d5];combination_mint c;
{
rd(n,(a,(a+1))(n-1));
r+=!u[a[0..n-2]]++;
c.init(n--);
wt(c.C(n,r)*c.C(n,r-1)/n);
}
0