update to 1956B
This commit is contained in:
parent
d2726edca2
commit
46b69a2ce0
@ -57,10 +57,7 @@ void solve()
|
|||||||
}
|
}
|
||||||
int ct=0;
|
int ct=0;
|
||||||
for(auto x:m)
|
for(auto x:m)
|
||||||
{
|
if(x.ss==2) ct++;
|
||||||
if(x.ss%2==0)
|
|
||||||
ct++;
|
|
||||||
}
|
|
||||||
cout<<ct<<endl;
|
cout<<ct<<endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user