結果

問題 No.1967 Sugoroku Optimization
ユーザー tailstails
提出日時 2022-06-07 22:56:29
言語 cLay
(20240420-1)
結果
AC  
実行時間 653 ms / 2,000 ms
コード長 81 bytes
コンパイル時間 3,889 ms
コンパイル使用メモリ 174,604 KB
実行使用メモリ 4,348 KB
最終ジャッジ日時 2023-10-21 03:55:32
合計ジャッジ時間 8,791 ms
ジャッジサーバーID
(参考情報)
judge10 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
4,348 KB
testcase_01 AC 2 ms
4,348 KB
testcase_02 AC 2 ms
4,348 KB
testcase_03 AC 653 ms
4,348 KB
testcase_04 AC 2 ms
4,348 KB
testcase_05 AC 591 ms
4,348 KB
testcase_06 AC 625 ms
4,348 KB
testcase_07 AC 2 ms
4,348 KB
testcase_08 AC 438 ms
4,348 KB
testcase_09 AC 328 ms
4,348 KB
testcase_10 AC 151 ms
4,348 KB
testcase_11 AC 21 ms
4,348 KB
testcase_12 AC 402 ms
4,348 KB
testcase_13 AC 208 ms
4,348 KB
testcase_14 AC 12 ms
4,348 KB
testcase_15 AC 13 ms
4,348 KB
testcase_16 AC 21 ms
4,348 KB
testcase_17 AC 25 ms
4,348 KB
testcase_18 AC 2 ms
4,348 KB
testcase_19 AC 1 ms
4,348 KB
testcase_20 AC 651 ms
4,348 KB
testcase_21 AC 1 ms
4,348 KB
testcase_22 AC 650 ms
4,348 KB
testcase_23 AC 405 ms
4,348 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#define MD 998244353
ll@n,@k;Mint p[k+1];rep(i,n)p[0..k-1]+=p[1..]/i+!i;wt(*p/n);
0