9、strchr函数&strtok函数&strdup使用
题意: 将字符串abcddd#123#gaghah#345#fdsafa#345#中把#之间的数字串替换成对应的字母串123===》defd345===》fdse#include<iostream>#include<stdio.h>#include<stdlib.h>#include<cstring>#include&am