摘要:
自己的代码:用到了STL实现:把两个二分集合分别保存在两个set容器里在用queue实现可以对后面有影响的组合先进入set容器View Code #include<stdio.h>#include<set>#include<queue>#include<algorithm>#include<iostream>using namespace std;char hash[209][209];bool x[30009];struct data { int a,b;};int cmp(data x,data y){ return x.a< 阅读全文
posted @ 2011-04-23 10:33 huhuuu 阅读(511) 评论(0) 推荐(0)
浙公网安备 33010602011771号