結果

問題 No.2527 H and W
ユーザー tailstails
提出日時 2023-11-03 22:33:11
言語 cLay
(20240104-1)
結果
AC  
実行時間 31 ms / 2,000 ms
コード長 119 bytes
コンパイル時間 12,792 ms
コンパイル使用メモリ 226,588 KB
実行使用メモリ 26,188 KB
最終ジャッジ日時 2023-11-03 22:33:26
合計ジャッジ時間 10,929 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 12 ms
17,548 KB
testcase_01 AC 12 ms
17,548 KB
testcase_02 AC 25 ms
25,364 KB
testcase_03 AC 11 ms
17,548 KB
testcase_04 AC 27 ms
25,364 KB
testcase_05 AC 27 ms
25,364 KB
testcase_06 AC 27 ms
25,364 KB
testcase_07 AC 12 ms
17,552 KB
testcase_08 AC 26 ms
25,364 KB
testcase_09 AC 24 ms
25,364 KB
testcase_10 AC 26 ms
25,364 KB
testcase_11 AC 25 ms
25,364 KB
testcase_12 AC 25 ms
25,364 KB
testcase_13 AC 26 ms
25,364 KB
testcase_14 AC 25 ms
25,364 KB
testcase_15 AC 26 ms
25,364 KB
testcase_16 AC 31 ms
25,364 KB
testcase_17 AC 27 ms
25,364 KB
testcase_18 AC 26 ms
25,364 KB
testcase_19 AC 29 ms
26,188 KB
testcase_20 AC 26 ms
24,972 KB
testcase_21 AC 27 ms
25,364 KB
testcase_22 AC 28 ms
25,364 KB
testcase_23 AC 26 ms
25,364 KB
testcase_24 AC 22 ms
22,612 KB
testcase_25 AC 25 ms
24,204 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#define MD 998244353
Comb<Mint>c;
Mint z;
ll@h,@w,@k,d[1d6];
REP[d](x,Divisor(k,d)){
	z+=c.C(h,x)*c.C(w,k/x);
}
wt(z);
0