結果

問題 No.2527 H and W
ユーザー 👑 p-adicp-adic
提出日時 2023-11-03 21:40:37
言語 cLay
(20240104-1)
結果
AC  
実行時間 110 ms / 2,000 ms
コード長 116 bytes
コンパイル時間 10,742 ms
コンパイル使用メモリ 226,924 KB
実行使用メモリ 149,480 KB
最終ジャッジ日時 2023-11-03 21:41:03
合計ジャッジ時間 14,634 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 93 ms
140,840 KB
testcase_01 AC 93 ms
140,840 KB
testcase_02 AC 107 ms
148,656 KB
testcase_03 AC 92 ms
140,840 KB
testcase_04 AC 109 ms
148,656 KB
testcase_05 AC 108 ms
148,656 KB
testcase_06 AC 108 ms
148,656 KB
testcase_07 AC 92 ms
140,844 KB
testcase_08 AC 108 ms
148,656 KB
testcase_09 AC 106 ms
148,656 KB
testcase_10 AC 108 ms
148,656 KB
testcase_11 AC 108 ms
148,656 KB
testcase_12 AC 108 ms
148,656 KB
testcase_13 AC 108 ms
148,656 KB
testcase_14 AC 108 ms
148,656 KB
testcase_15 AC 108 ms
148,656 KB
testcase_16 AC 108 ms
148,656 KB
testcase_17 AC 108 ms
148,656 KB
testcase_18 AC 110 ms
148,656 KB
testcase_19 AC 110 ms
149,480 KB
testcase_20 AC 110 ms
148,264 KB
testcase_21 AC 108 ms
148,656 KB
testcase_22 AC 108 ms
148,656 KB
testcase_23 AC 108 ms
148,656 KB
testcase_24 AC 103 ms
145,904 KB
testcase_25 AC 105 ms
147,496 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#define MD 998244353
ll@H,@W,@K,D[8**8],L=Divisor(K,D);Mint a=0;Comb<Mint>c;rep[D](d,L)a+=c.C(H,d)*c.C(W,K/d);wt(a);
0