結果

問題 No.2772 Appearing Even Times
ユーザー 👑 p-adicp-adic
提出日時 2024-05-27 23:51:20
言語 cLay
(20240714-1)
結果
AC  
実行時間 145 ms / 4,000 ms
コード長 232 bytes
コンパイル時間 2,856 ms
コンパイル使用メモリ 176,788 KB
実行使用メモリ 45,512 KB
最終ジャッジ日時 2024-05-28 05:50:45
合計ジャッジ時間 5,483 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
6,816 KB
testcase_01 AC 3 ms
6,948 KB
testcase_02 AC 2 ms
6,940 KB
testcase_03 AC 2 ms
6,944 KB
testcase_04 AC 2 ms
6,940 KB
testcase_05 AC 2 ms
6,944 KB
testcase_06 AC 2 ms
6,944 KB
testcase_07 AC 2 ms
6,940 KB
testcase_08 AC 142 ms
45,512 KB
testcase_09 AC 144 ms
43,520 KB
testcase_10 AC 2 ms
6,940 KB
testcase_11 AC 2 ms
6,944 KB
testcase_12 AC 145 ms
45,508 KB
testcase_13 AC 142 ms
43,264 KB
testcase_14 AC 143 ms
43,392 KB
testcase_15 AC 144 ms
45,260 KB
testcase_16 AC 144 ms
43,520 KB
testcase_17 AC 144 ms
45,252 KB
testcase_18 AC 145 ms
43,392 KB
testcase_19 AC 142 ms
43,264 KB
testcase_20 AC 140 ms
44,868 KB
testcase_21 AC 144 ms
43,008 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#define MD 998244353
string@S;ll L=S.size(),p=1024,t=0,c;Mint D[L][p]{{1}},a;rep(l,1,L)rep(s,p)rep(d,10)D[l][s^1<<d]+=D[l-1][s];a=sum[l,1,L](D[l][0]-D[l-1][1]);rep(i,L){c=S[i]-48;rep(d,i<1,c)a+=D[L-1-i][t^1<<d];t^=1<<c;}wt(a+(t<1));
0