题解列表

筛选

去除空格-题解(C语言代码)

摘要:解题思路:注意事项:数组可以定义大一点参考代码:#include<stdio.h>#include<string.h>int main(void){char a[1000],b[1000];int i……