#include #include int main() { char S[100], P[100]; int i, j, n, m, index; printf("Please enter the string S: "); gets(S); printf("Please enter the string P: "); gets(P); n = strlen(P); m = strlen(S); if(n