这道题和之前的那道Regular Expression Matching有点相似,第一反应是跟之前一样,用递归来做
bool doMatch(char *s,char *p) { if (*p == '