题解列表

筛选

c代码 很短

摘要:解题思路:参考代码:#include<stdio.h>#include<ctype.h>int main(){    char a[100];    gets(a);    int i;    int……