题解列表

筛选

简便易懂c代码

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