摘要: #include#include#include#define N 10010#define inf 999999999int pre[N];struct node {int x,deadline;}map[N];int cmp(const void *a,const void *b) {retur... 阅读全文
posted @ 2013-11-27 21:41 HYDhyd 阅读(95) 评论(0) 推荐(0) 编辑
摘要: //不容易啊,终于自己a了一道这种类型的题//#include#includeusing namespace std;const int N=30010;struct node {int front,last,count;}pre[N];int find(int x) {//指向队尾if(x!=pr... 阅读全文
posted @ 2013-11-27 19:16 HYDhyd 阅读(96) 评论(0) 推荐(0) 编辑