結果

問題 No.1772 Many DELETEQs
ユーザー tailstails
提出日時 2021-12-05 01:33:48
言語 cLay
(20240714-1)
結果
AC  
実行時間 133 ms / 3,500 ms
コード長 208 bytes
コンパイル時間 2,392 ms
コンパイル使用メモリ 175,748 KB
実行使用メモリ 68,096 KB
最終ジャッジ日時 2024-07-07 06:55:06
合計ジャッジ時間 4,059 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 97 ms
66,048 KB
testcase_01 AC 98 ms
65,920 KB
testcase_02 AC 99 ms
66,048 KB
testcase_03 AC 133 ms
68,096 KB
testcase_04 AC 126 ms
68,096 KB
testcase_05 AC 131 ms
67,968 KB
testcase_06 AC 110 ms
67,968 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#define MD 998244353
Mint d[4001][4001];
d[0][0..4000]=1;
d[1..4000][0]=1;
d[1...4000][1..4000]=d[0...][0..]*2+d[0...][1..]+d[1...][0..];
d[1...4000][1..4000]+=d[0...][0..];
ll@q;
rep(q){ll@x,@y;wt(d[y][x]);}
0