diff --git a/Codes/1956 B - Nene and the Card Game/1956B.cpp b/Codes/1956 B - Nene and the Card Game/1956B.cpp index 4ec8459..e382265 100644 --- a/Codes/1956 B - Nene and the Card Game/1956B.cpp +++ b/Codes/1956 B - Nene and the Card Game/1956B.cpp @@ -57,10 +57,7 @@ void solve() } int ct=0; for(auto x:m) - { - if(x.ss%2==0) - ct++; - } + if(x.ss==2) ct++; cout<