#include<iostream> using namespace std; int BF(char S[],char T[]); int main() { char S[100]; char T[100