Love for Microsoft

“X”, a university student is very fond of Microsoft and its products. One day he thought of finding …

Click here to read the complete problem statement.


If you need help solving this problem, mention your approach and ask specific questions. Please avoid sharing your code and asking the Community to figure out “what’s wrong”.

There should be two 'o’s in Microsoft. The problem only checks for one ‘o’.

1 Like

Incorrect problem analysis. The samples are ok.
In this problem, you have to check if the distinct letters of the word ‘microsoft’ appears in another persons name. So, you don’t have to check repetitions.

1 Like