Exist OR Not Problem

My code is giving correct output but while submitting it is showing all my test cases as wrong. Please Help !!

@avijuneja2007
you need to print all answers in new line
Do cout<<β€œYes”<<endl;
and cout<<β€œNo”<<endl;

Kindly close the doubt

But I have already done that before asking you the doubt!

@avijuneja2007
Put line 6 after line 10

1 Like