Description
在一段句子中找出给定字符串出现在句子中第一个字母出现的位置。 句子中字符个数小于4500。 字符串字符个数小于120。
Sample Input
abcde this is a Example of abcde!
Sample Output
22
#include<iostream>
#include<cstring>
#include<stdio.h>
int f(char a[],char s[])
{
}
using namespace std;
int main()
{
}