https://blog.csdn.net/f_zyj/article/details/77824283

https://blog.csdn.net/chaiwenjun000/article/details/71154235

关于bitset的用法以上两篇文章比较详细

需注意的是bitset不能作为map的key值

因为bitset是无法比较比较大小的

不过可以使用unorded_map来代替