摘要:
#includeusing namespace std;bool match(char *str,char* pattern){ if(*str=='\0'&&*pattern=='\0') return true; if(*str!='\0'&&*pattern=='\0') return f... 阅读全文
posted @ 2015-07-28 09:31
zhangyee
阅读(137)
评论(0)
推荐(0)
浙公网安备 33010602011771号