結果

問題 No.802 だいたい等差数列
ユーザー kotatsugamekotatsugame
提出日時 2020-03-12 02:54:54
言語 cLay
(20240714-1)
結果
AC  
実行時間 54 ms / 2,000 ms
コード長 120 bytes
コンパイル時間 4,315 ms
コンパイル使用メモリ 178,128 KB
実行使用メモリ 13,696 KB
最終ジャッジ日時 2024-07-05 13:32:23
合計ジャッジ時間 5,391 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
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 1 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 1 ms
5,376 KB
testcase_09 AC 1 ms
5,376 KB
testcase_10 AC 27 ms
11,392 KB
testcase_11 AC 34 ms
13,440 KB
testcase_12 AC 17 ms
7,936 KB
testcase_13 AC 28 ms
13,100 KB
testcase_14 AC 23 ms
10,368 KB
testcase_15 AC 20 ms
7,168 KB
testcase_16 AC 22 ms
10,752 KB
testcase_17 AC 1 ms
5,376 KB
testcase_18 AC 1 ms
5,376 KB
testcase_19 AC 18 ms
8,960 KB
testcase_20 AC 48 ms
11,136 KB
testcase_21 AC 54 ms
13,696 KB
testcase_22 AC 29 ms
13,568 KB
testcase_23 AC 20 ms
6,528 KB
testcase_24 AC 2 ms
5,376 KB
testcase_25 AC 1 ms
5,376 KB
testcase_26 AC 9 ms
5,760 KB
testcase_27 AC 7 ms
5,376 KB
testcase_28 AC 22 ms
7,984 KB
testcase_29 AC 54 ms
13,696 KB
testcase_30 AC 2 ms
5,376 KB
testcase_31 AC 1 ms
5,376 KB
testcase_32 AC 2 ms
5,376 KB
testcase_33 AC 11 ms
6,528 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

{ll N,M,E,D;rd(N,M,E,D);Comb<mint>c;mint s;M-=E*~-N;rep(i,N){if(M>0)s+=(-1)**i*c.C(N-1,i)*c.H(N+1,M-1);M-=D+1-E;}wt(s);}
0