永发信息网

输入一组单词,(区分大小写),输出这些单词的字典排序。。。

答案:2  悬赏:40  手机版
解决时间 2021-03-15 00:29
  • 提问者网友:夢醒日落
  • 2021-03-14 06:23
#include #include #include #include #include using namespace std; int main() { vector str; string s; while(cin>>s) str.push_back(s); stable_sort(str.begin(),str.end()); //从下面好像是把小写字母插进去,就看不懂,希望高手讲解下解题思路! int j; for(j=0;j=97) break; vector str2; int n=0; int k=j; string c1,c2; while(nc1[0]) { str2.push_back(str[n]); n++; } if(c2[0]==c1[0]) { if(c1<=c2) { str2.push_back(str[n]); str2.push_back(str[k]); n++; k++; } if(c1>c2) { str2.push_back(str[k]); str2.push_back(str[n]); n++; k++; } } } while(n::size_type i=0;i
最佳答案
  • 五星知识达人网友:一叶十三刺
  • 2021-03-14 06:50
经验证。答案正确,可以实现。
全部回答
  • 1楼网友:旧脸谱
  • 2021-03-14 07:53
看不懂诶,打扰了
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯