题解列表

筛选

去掉空格 (C语言代码)

摘要:思路:构造新的字符串,遍历原来的字符串,当遇到空格时跳过,其他的字符赋值到新的串中!#include<stdio.h>#include<string.h>#include<math.h>int mai……