致幻的从容R
致幻的从容R
全部文章
分类
题解(1)
归档
标签
去牛客网
登录
/
注册
致幻的从容R的博客
全部文章
(共1篇)
牛客周赛 Round 69 - D bitset做法
D题 bitset做法 直接枚举所有2^q种情况 因为数据范围很小 所以O(2^q*q*n*m)即可通过该题 #include <iostream> #include <bitset> using namespace std; int main() { int n,m,...
牛逼
2024-11-24
9
147