不想说话 感觉智商收到了侮辱。。。

int strStr(string haystack, string needle) {
	return haystack.find(needle);
}