求个C语言程序设计答案 发我邮箱[email protected]答:// 枚举子串 并判定回文 include<stdio.h> include<string.h> include<stdlib.h> char s[100001],tmp[100001],tcp[100001];char str[10000][100001];int main(){ int x,y,z,i,j,T,len,count,com=0;scanf("%d",&T);while(T -- && scanf("%s",s)){ len = strlen(s);count =...