diff --git a/CCcoderlif.cpp b/CCcoderlif.cpp index 6f29dea..3e80f89 100644 --- a/CCcoderlif.cpp +++ b/CCcoderlif.cpp @@ -18,7 +18,7 @@ int main() { } else if(count1+1>5) { - cout<<"#coderlifematters"<=s1[j]&&s2[i]>=s2[j]&&s3[i]>=s3[j]) { if(i!=j) { - count++; + count=count+1; } } } } } - if(count>2) { + if(count>=3) { cout<<"Yes"; } else{