代码拉取完成,页面将自动刷新
#include<iostream>
#include<cstdio>
#include<cstring>
#include<algorithm>
using namespace std;
const int n=1e5;
int N,M,T;
typedef pair<int ,int> PII;
PII format[n];
int score[n];
int pre[n];
bool st[n];
int main ()
{
cin>>N>>M>>T;
for(int i=1;i<=M;i++)
{
cin>>format[i].first>>format[i].second;
}
for(int t=1;t<=T;t++)
{
for(int i=1;i<=M;i++)
if(t==format[i].first)
{
if(t==pre[format[i].second])
score[format[i].second]--;
score[format[i].second]-=t-pre[format[i].second]-1;
if(score[format[i].second]<0 )
score[format[i].second]=0;
if(score[format[i].second]<=3)
st[score[format[i].second]]=false;
score[format[i].second]+=2;
if(score[format[i].second]>5)
st[format[i].second]=true;
pre[format[i].second]=t;
}
}
for(int i=1;i<=N;i++)
{
if(pre[i]<T)
{
score[i]-=T-pre[i];
if(score[i]<0 )
score[i]=0;
if(score[format[i].second]<=3)
st[format[i].second]=false;
}
}
int count=0;
for(int i=1;i<=N;i++)
{
if(st[i])
{
count++;
}
}
cout<<count;
return 0;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。