string smallestWindow (string S, string P){ if(P.length()>S.length()) { return "-1"; } mapmap2; for(int i = 0; i