sir half the test cases are failing with my code.please help me out.
String__Window__
@rajukumarbhui You need to consider special characters also.
Consider a case:
a b c derse qqw q e rety lorem ipsum wq . / \ ! fre
w f
Expected Output:
wq . / \ ! f
Your Output:
! f
Hope this helps