皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
读下列程序说明和C程序,将入(n)处。 【程序说明】 该程序定义了两个子函数strsort和strmerge。它们分别实现了将一个字符串按字母顺序排序和将两个字符串合并排序,并删去相同字符。在主函数里,先输入两个字符串s1和s2,然后调用strsort函数对它们分别排序,然后调用strmerge函数将s1和s2合并,将合并后的字符串赋给字符串s3,最后输出字符串s3。 【程序】 include<stdio.h> void strmerge(char,a,char *b,char *c) //将字符串a,b合并到字符串c中 { char t,*w; w=c; while((1)) {//找到字符串a,b当前字符中较小的字符 if(*a< *b) { t= *a; (2); { else if (*a>*b) { t= *b; (3); } else //字符串a,b当前字符相等 { t= *a; a++; b++; } if((4)) //开始,可直接赋值 *w=t; else if(t!=*w) //如果a,b中较小的当前字符与c中当前字符不相等,才赋值(5); } if(*a!=/'/0') //如果字符串a还没有结束,则将a的剩余部分赋给C while(*a!='/0') if(*a!=*w) { *(++w)=*a; a++; } else (6); if(*6!='/0') //如果字符串b还没有结束,则将b的剩余部分赋给c while(*b!='/0') if(*b! = *w) { *(++w)=*b; b++; } else b++; (7); } void strsort(char*s) //将字符串S中的字符排序 { int i,j,n; char t,*w; W=S; for(n=0;*w!='/0';n++) //得到字符串长度n w++; for(i=0;i<n-1;i++) //对字符串s进行排序,按字母先后顺序 for(j=i+1;j<n;j++) if((8)) { t=s[i]; s[i]=s[j]; (9); } } void main() { char s1[100],s2[100],s3[100]; printf('/nPlease,input the first string:'); scanf('%s',s1); printf('/nPlease input the second string:'); scanf('%s',s2); strsort(s1); //将字符串s1排序 strsort(s2); //将字符串s2排序 printf('%s/n',s1); printf('%s/n',s2); s3[0]='/0'; //字符串s3的第一个字符先置'/0'结束标志 (10) //将s1和s2合并,按照字母顺序排列, //且要删去相同字符,存入s3中 printf('%s',s3); }
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】A. In this part you will hear ten sentences. Listen and select the correct answer to each question. Sentence 2 Q2. What will happen if a patient experiences major bleeding?
A.
He will feel dizzy.
B.
He will die.
【单选题】Passage 2. What will happen to children if they use phones and tablets before bedtime?
A.
It will prevent them from sleeping.
B.
It will help them sleep well.
C.
They will be made to feel excited.
D.
Their communicative skills will be improved.
【多选题】下列关于旅游合同缔结当事人说法正确的有( )
A.
在我国境内,未取得《旅行社业务经营许可证》的,不得从事旅游业务
B.
旅行社的经营范围包括入境旅游业务、境内旅游业务、出境旅游业务和边境旅游业务
C.
未经国家旅游局批准,任何旅行社不得经营中华人民共和国境内居民出境旅游业务和边境旅游业务
D.
旅行社应当按照核定的经营范围展开经营活动
E.
残疾人、老人和儿童不应参加旅游
【多选题】我国旅行社经营的业务范围较多,大体可包括哪些范围?
A.
国内旅游业务
B.
入境旅游业务
C.
出境旅游业务
D.
出国旅游业务
【单选题】Night of the Living Ants When an ant dies,other ants move the dead insect out of the nest.This behavior. is interesting to scientists,who wonder how ants know for sure-and so soon-that another ant is ...
A.
the chemical that contains poison.
B.
the chemical that announces death.
C.
the chemical that prevents death.
D.
the chemical that causes death.
【简答题】如图所示,在平行四边形ABCD中,对角线AC,BD相交于点O,已知△BOC的周长比△AOB的周长大3,平行四边形ABCD的周长为26,则BC的长度为______ .
【多选题】我国旅行社发展的第三阶段,国际旅行社的经营范围包括( )。
A.
国内旅游业务
B.
入境旅游业务
C.
出境旅游业务
【简答题】钢质1CC箱长( )、宽( )、高( ),钢质1C箱自重约( );钢质1AA箱长( )、宽( )、高( ),箱自重约( )。
【单选题】What will happen to children if they use phones and tablets before bedtime?
A.
It will prevent them from sleeping.
B.
It will help them sleep well.
C.
They will be made to feel excited
D.
Their communicative skills will be improved
【简答题】Unit 2 Content Questions 2. What will happen to cars and roads in the 21st century?
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题