--Untltled(hdu5339) (集合子集的枚举,二进制枚举)

二进制枚举即可: #include<stdio.h> #include<string.h> #include<algorithm> using namespace std; int cmp(int a,int b){ return a > b; } int main(){ int t; scanf("%d",&t); while(t--){ int
相关文章
相关标签/搜索