結果

問題 No.2391 SAN 値チェック
ユーザー tailstails
提出日時 2023-07-24 15:58:05
言語 cLay
(20240104-1)
結果
AC  
実行時間 33 ms / 2,000 ms
コード長 128 bytes
コンパイル時間 4,621 ms
コンパイル使用メモリ 176,328 KB
実行使用メモリ 8,128 KB
最終ジャッジ日時 2024-04-08 19:43:30
合計ジャッジ時間 6,739 ms
ジャッジサーバーID
(参考情報)
judge14 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 4 ms
7,488 KB
testcase_01 AC 3 ms
7,488 KB
testcase_02 AC 4 ms
7,488 KB
testcase_03 AC 25 ms
8,128 KB
testcase_04 AC 15 ms
8,128 KB
testcase_05 AC 22 ms
8,128 KB
testcase_06 AC 12 ms
8,000 KB
testcase_07 AC 12 ms
8,000 KB
testcase_08 AC 8 ms
7,744 KB
testcase_09 AC 11 ms
8,000 KB
testcase_10 AC 19 ms
8,128 KB
testcase_11 AC 5 ms
7,488 KB
testcase_12 AC 32 ms
8,128 KB
testcase_13 AC 32 ms
8,128 KB
testcase_14 AC 31 ms
8,128 KB
testcase_15 AC 33 ms
8,128 KB
testcase_16 AC 33 ms
8,128 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#define MD 998244353
Comb<Mint>c;ll@n;
Mint z=532999597;
rrep(i,n+1,2d5+1){
	z*=i;
}
rrep(i,n+1){
	wt(Mint(i-n)**i*z);
	z*=i;
}
0