結果
問題 | No.2195 AND Set |
ユーザー | tails |
提出日時 | 2023-01-20 23:23:52 |
言語 | cLay (20240714-1) |
結果 |
WA
|
実行時間 | - |
コード長 | 398 bytes |
コンパイル時間 | 2,486 ms |
コンパイル使用メモリ | 173,124 KB |
実行使用メモリ | 136,064 KB |
最終ジャッジ日時 | 2024-06-23 11:24:54 |
合計ジャッジ時間 | 5,366 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 96 ms
134,400 KB |
testcase_01 | AC | 99 ms
134,400 KB |
testcase_02 | AC | 114 ms
135,552 KB |
testcase_03 | AC | 114 ms
135,552 KB |
testcase_04 | AC | 115 ms
135,680 KB |
testcase_05 | AC | 117 ms
135,680 KB |
testcase_06 | AC | 120 ms
135,808 KB |
testcase_07 | AC | 114 ms
135,808 KB |
testcase_08 | AC | 116 ms
135,680 KB |
testcase_09 | WA | - |
testcase_10 | WA | - |
testcase_11 | AC | 150 ms
135,680 KB |
testcase_12 | WA | - |
testcase_13 | WA | - |
testcase_14 | WA | - |
ソースコード
ull s[1<<24]; ll@q,a[30]{},n=0; rep(q){ ll@t; if(t==1){ ull@x; if(!(s[x>>6]&1ull<<x)){ s[x>>6]|=1ull<<x; rep(i,30){ a[i]+=!(x&1); x>>=1; } ++n; } } if(t==2){ ull@x; if(s[x>>6]&1ull<<x){ s[x>>6]^=1ull<<x; rep(i,30){ a[i]-=!(x&1); x>>=1; } --n; } } if(t==3){ ll z=-1; if(n){ z=0; rrep(i,30){ z=z*2+!a[i]; } } wt(z); } }