not passing few test cases…just guide where i m doing wrong
Https://ide.codingblocks.com/s/259274
if no such string exists, you have to return “No String”
https://ide.codingblocks.com/s/259274...still not passing all test cases. i have modifies it a bit but then too
@J20APPPP0006
you had to do getline for second string also.
string str1, str2;
getline(cin, str1);
getline(cin, str2);