Wrong test case in Problem String sort

which test case i am missing in this code -“https://ide.codingblocks.com/s/78956

Use this for taking input,
cin.ignore();
for(int i=0;i<n;i++)
{
getline(cin,str[i]);
}
Try using this and then submit it

Now also its wrong answer -“https://ide.codingblocks.com/s/78956

I have modified your code , try to submit it now

Now also it is Wrong


Ayush this is the submitted code, plz refer to this,

It is giving 50 points only using your solution

Ayush, plz send the complete question then, since this code is already been submitted by me and it is giving 100 points …

The problem is from challenge in searching and sorting secting “String sort”

link of the Question -“https://online.codingblocks.com/player/22287/content/10111/4738

Ayush there might be some issues with the compiler for this… I will let u know it by tom by checking again.

and When does that tommorow is arriving …MAM


Plz refer to this code, try to submit it now