結果

問題 No.2171 OR Assignment
ユーザー tailstails
提出日時 2022-12-23 15:25:49
言語 cLay
(20240714-1)
結果
AC  
実行時間 332 ms / 3,500 ms
コード長 243 bytes
コンパイル時間 3,132 ms
コンパイル使用メモリ 184,132 KB
実行使用メモリ 6,820 KB
最終ジャッジ日時 2024-11-18 07:03:46
合計ジャッジ時間 8,538 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
6,816 KB
testcase_01 AC 2 ms
6,820 KB
testcase_02 AC 2 ms
6,820 KB
testcase_03 AC 1 ms
6,816 KB
testcase_04 AC 2 ms
6,816 KB
testcase_05 AC 2 ms
6,820 KB
testcase_06 AC 2 ms
6,820 KB
testcase_07 AC 2 ms
6,816 KB
testcase_08 AC 2 ms
6,816 KB
testcase_09 AC 2 ms
6,816 KB
testcase_10 AC 1 ms
6,816 KB
testcase_11 AC 1 ms
6,816 KB
testcase_12 AC 58 ms
6,816 KB
testcase_13 AC 59 ms
6,816 KB
testcase_14 AC 59 ms
6,820 KB
testcase_15 AC 12 ms
6,816 KB
testcase_16 AC 17 ms
6,816 KB
testcase_17 AC 15 ms
6,816 KB
testcase_18 AC 180 ms
6,816 KB
testcase_19 AC 173 ms
6,820 KB
testcase_20 AC 293 ms
6,820 KB
testcase_21 AC 305 ms
6,816 KB
testcase_22 AC 332 ms
6,816 KB
testcase_23 AC 261 ms
6,816 KB
testcase_24 AC 330 ms
6,816 KB
testcase_25 AC 330 ms
6,820 KB
testcase_26 AC 329 ms
6,816 KB
testcase_27 AC 308 ms
6,816 KB
testcase_28 AC 310 ms
6,816 KB
testcase_29 AC 290 ms
6,816 KB
testcase_30 AC 263 ms
6,816 KB
testcase_31 AC 326 ms
6,816 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#define MD 998244353
map<ll,Mint>m1;
m1[0]=1;
ll@n;
rep(n){
	decltype(m1)m2;
	ll@a;
	Mint y;
	for(auto x=m1.rbegin();x!=m1.rend();++x){
		m2[a|x->first]=y+=x->second;
	}
	m2[a]=y;
	m1=move(m2);
}
Mint z;
for(auto x:m1){
	z+=x.second;
}
wt(z);
0