摘要:
#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... 阅读全文
摘要:
//不容易啊,终于自己a了一道这种类型的题//#include#includeusing namespace std;const int N=30010;struct node {int front,last,count;}pre[N];int find(int x) {//指向队尾if(x!=pr... 阅读全文