狀壓dp經常使用技巧—Bitset

狀壓dp一般因爲空間限制須要用到二進制。 這裏介紹一種二進制處理方法——biset。ios #include<cstdio> #include<iostream> #include<bitset> #include<cstring> using namespace std; bitset<128> num(10),num1(-10); int main(){ cout<<num.to_u
相關文章
相關標籤/搜索