#include <iostream>
#include <fstream>
#include <vector>
#include <algorithm>
#include <string>
using namespace std;
const int nmax=30005;
const int mmax=100005;
vector<int> v[nmax];
int l[nmax],r[nmax],L[nmax],R[nmax];
int ls[nmax];
bool viz[nmax];
bool changed;
int n,m,i,j,k,a,b,p,cupl,ans,nr;
bool cup(int x)
{
if(viz[x])
return 0;
viz[x]=1;
for(int it=L[x];it<=R[x];it++)
if(!r[ls[it]])
{
l[x]=ls[it];
r[ls[it]]=x;
return 1;
}
for(int it=L[x];it<=R[x];it++)
if(cup(r[ls[it]]))
{
l[x]=ls[it];
r[ls[it]]=x;
return 1;
}
return 0;
}
void cc()
{
changed=1;
while(changed&&cupl<m)
{
changed=0;
for(j=p; j<=i; j++)
if((!l[j])&&cup(j))
{
cupl++;
changed=1;
}
for(j=p; j<=i; j++)
viz[j]=0;
}
}
int ch,num;
string s;
int getnum()
{
num=0;
while(s[ch]>='0'&&s[ch]<='9')
{
num=num*10+s[ch]-'0';
ch++;
}
ch++;
return num;
}
int main()
{
//freopen("data.in","r",stdin);
ios_base::sync_with_stdio(false);
cin>>n>>m>>k;
getline(cin,s);
for(i=1;i<=k;i++)
{
getline(cin,s);ch=0;
a=getnum();b=getnum();
v[a].push_back(b);
}
for(i=1;i<=k;i++)
{
L[i]=nr+1;
for(j=0;j<v[i].size();j++)
{
ls[++nr]=v[i][j];
}
R[i]=nr;
}
p=1;
for(i=1;i<=n;i++)
{
if(i>=m)cc();
while(cupl==m)
{
if(l[p])
r[l[p]]=0,cupl--;
p++;
cc();
}
ans+=(p-1);
}
cout<<ans;
return 0;
}
Compilation message
marriage.cpp: In function 'int main()':
marriage.cpp:81:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(j=0;j<v[i].size();j++)
~^~~~~~~~~~~~
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Correct |
3 ms |
1016 KB |
Output is correct |
2 |
Correct |
3 ms |
1176 KB |
Output is correct |
3 |
Correct |
3 ms |
1176 KB |
Output is correct |
4 |
Incorrect |
2 ms |
1236 KB |
Output isn't correct |
5 |
Incorrect |
2 ms |
1236 KB |
Output isn't correct |
6 |
Incorrect |
2 ms |
1236 KB |
Output isn't correct |
7 |
Correct |
2 ms |
1236 KB |
Output is correct |
8 |
Correct |
2 ms |
1236 KB |
Output is correct |
9 |
Correct |
2 ms |
1236 KB |
Output is correct |
10 |
Correct |
2 ms |
1236 KB |
Output is correct |
11 |
Correct |
2 ms |
1332 KB |
Output is correct |
12 |
Correct |
2 ms |
1332 KB |
Output is correct |
13 |
Runtime error |
4 ms |
2156 KB |
Execution killed with signal 11 (could be triggered by violating memory limits) |
14 |
Correct |
3 ms |
2172 KB |
Output is correct |
15 |
Correct |
3 ms |
2172 KB |
Output is correct |
16 |
Incorrect |
3 ms |
2172 KB |
Output isn't correct |
17 |
Correct |
2 ms |
2204 KB |
Output is correct |
18 |
Correct |
3 ms |
2204 KB |
Output is correct |
19 |
Correct |
3 ms |
2316 KB |
Output is correct |
20 |
Correct |
3 ms |
2316 KB |
Output is correct |
21 |
Correct |
2 ms |
2316 KB |
Output is correct |
22 |
Incorrect |
2 ms |
2316 KB |
Output isn't correct |
23 |
Correct |
3 ms |
2316 KB |
Output is correct |
24 |
Correct |
3 ms |
2316 KB |
Output is correct |
25 |
Correct |
5 ms |
2444 KB |
Output is correct |
26 |
Correct |
5 ms |
2444 KB |
Output is correct |
27 |
Correct |
4 ms |
2444 KB |
Output is correct |
28 |
Incorrect |
3 ms |
2444 KB |
Output isn't correct |
29 |
Correct |
21 ms |
2484 KB |
Output is correct |
30 |
Correct |
17 ms |
2484 KB |
Output is correct |
31 |
Runtime error |
10 ms |
3516 KB |
Execution killed with signal 11 (could be triggered by violating memory limits) |
32 |
Correct |
23 ms |
3516 KB |
Output is correct |
33 |
Correct |
5 ms |
3516 KB |
Output is correct |
34 |
Incorrect |
4 ms |
3516 KB |
Output isn't correct |
35 |
Runtime error |
11 ms |
4028 KB |
Execution killed with signal 11 (could be triggered by violating memory limits) |
36 |
Runtime error |
11 ms |
4044 KB |
Execution killed with signal 11 (could be triggered by violating memory limits) |
37 |
Runtime error |
10 ms |
4044 KB |
Execution killed with signal 11 (could be triggered by violating memory limits) |
38 |
Runtime error |
13 ms |
4540 KB |
Execution killed with signal 11 (could be triggered by violating memory limits) |
39 |
Incorrect |
282 ms |
4540 KB |
Output isn't correct |
40 |
Correct |
979 ms |
4540 KB |
Output is correct |
41 |
Execution timed out |
1575 ms |
4540 KB |
Time limit exceeded |
42 |
Execution timed out |
1564 ms |
4632 KB |
Time limit exceeded |
43 |
Runtime error |
11 ms |
4632 KB |
Execution killed with signal 11 (could be triggered by violating memory limits) |
44 |
Runtime error |
14 ms |
4632 KB |
Execution killed with signal 11 (could be triggered by violating memory limits) |
45 |
Execution timed out |
1561 ms |
4632 KB |
Time limit exceeded |
46 |
Runtime error |
20 ms |
5068 KB |
Execution killed with signal 11 (could be triggered by violating memory limits) |
47 |
Runtime error |
16 ms |
5068 KB |
Execution killed with signal 11 (could be triggered by violating memory limits) |
48 |
Runtime error |
15 ms |
5068 KB |
Execution killed with signal 11 (could be triggered by violating memory limits) |
49 |
Runtime error |
21 ms |
5328 KB |
Execution killed with signal 11 (could be triggered by violating memory limits) |
50 |
Execution timed out |
1553 ms |
5328 KB |
Time limit exceeded |