From 25905085287498919a7144eb93e3029bf669a5cc Mon Sep 17 00:00:00 2001 From: sirishbhu <35920398+sirishbhu@users.noreply.github.com> Date: Sun, 7 Oct 2018 12:14:50 +0530 Subject: [PATCH 1/2] Update CCcoderlif.cpp --- CCcoderlif.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"< Date: Tue, 1 Oct 2019 14:25:12 +0530 Subject: [PATCH 2/2] Update CCorderTeam.cpp --- CCorderTeam.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CCorderTeam.cpp b/CCorderTeam.cpp index 706d76e..fd0aef1 100644 --- a/CCorderTeam.cpp +++ b/CCorderTeam.cpp @@ -20,14 +20,14 @@ int main() { for(j=0;j<3;j++){ if(s1[i]>=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{