美丽白猫

文章
6
资源
0
加入时间
2年10月21天

hdu 1387 Team Queue 优先队列

#include #include #include #include #include #include #include using namespace std;const int maxn=1e6+10;int c[1010],vis[1010];int f[maxn];struct node{ int w,m; int name; bool o