Why it is failling test cases?

int main() {
int a,b,c;
if(a>b && a>c){
cout<<a;
}
if(b>c && b>a){
cout<<b;
}
if(c>a && c>b){
cout<<c;
}
return 0;
}

hi @gauravbhatt1998 use >= and if else if block eg 7 7 2

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.