摘要:
#include <iostream>#include <string.h>using namespace std;#define Maxsize 100void cover(char ch[], char substr[], int index){ int size = strlen(ch); int sub_size = strlen(substr); int result = 0, j = 0; if((index+sub_size)>=size) ch[index] = '\0'; else { for(int i=index+sub_si 阅读全文
posted @ 2012-09-23 12:33
SA高处不胜寒
阅读(500)
评论(0)
推荐(0)

浙公网安备 33010602011771号