#include <stdio.h>
#include <string.h>
int main()
{
/************************************************/
//请将此处所缺代码提交
/************************************************/
printf("%s\n",s); //s是字符数组,用来存键盘输入的字符串
return 0;
}
#include <stdio.h>
#include <string.h>
int main()
{
/************************************************/
//请将此处所缺代码提交
/************************************************/
printf("%s\n",s); //s是字符数组,用来存键盘输入的字符串
return 0;
}
遍历字符串数组,当相邻字符相同时,所有字符向后移动一个位置,插入一个空格