时间:2012-10-01 18:26:52
{
int i, j=0;
for(i=0;i<strlen(s);i++)
if(s[i]%2) t[j++]=s[i];
t[j]=0;
}
电脑版 | 手机版 | 返回顶部