noip2016海港

noip2016普及组海港:
queue队列解法。

#include<iostream>
#include<cstdio>
#include<queue>
#include<cstring>
using namespace std;
long long from[100001],st[100001];
class pe
{
 public:
  long long t,cn;
};
int main()
{
 queue<pe> que;
 memset(from,0,sizeof(from));
 int n,ans=0;
 int ti,k;
 int c;
 scanf("%d",&n);
 for(int i = 1; i <= n; ++i)
 {
  scanf("%d%d",&ti,&k);
  for(int j=1; j <=k ; ++j)
  {
   scanf("%d",&c);
   pe p;
   p.cn=c;
   p.t=ti;
   if(from[c]++==0)
   {
    ++ans;
   }
   que.push(p);
  }
  while(true)
  {
   if(ti-86400>=que.front().t)
   {
    if(--from[que.front().cn]==0)
    {
     --ans;
    }
    que.pop();
    //printf("pop one %d %d\n",&p.cn ,&p.t);
   }
   else
   {
    cout<<ans<<endl;
    //printf("lll\n");
    break;
   }

  }
  //ans=0;
 }
}

 

转载于:https://my.oschina.net/u/3639611/blog/1571261

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值