Can someone explain the question Smart Keypad- Advanced. I’m not able to understand the question
Given a long vector of strings, print the strings that contain the strings generated by numeric string str.
string searchIn [] = {
“prateek”, “sneha”, “deepak”, “arnav”, “shikha”, “palak”,
“utkarsh”, “divyam”, “vidhi”, “sparsh”, “akku”
};
For example, if the input is 26 and the string is coding, then output should be coding since 26 can produce co which is contained in coding.