还有什么其他解法呢?主要是gets不让用,刚学的我一下懵逼了
2条回答 默认 最新
- _GX_ 2022-03-10 21:51关注
#include <iostream> #include <string> #include <vector> #include <algorithm> using namespace std; int main() { int n; cin >> n >> ws; vector<string> lines(n); for (int i = 0; i < n; i++) getline(cin, lines[i]); sort(lines.begin(), lines.end()); for (const auto &line : lines) cout << line << '\n'; return 0; }
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报
悬赏问题
- ¥30 靶向捕获测序探针设计自学
- ¥15 写代码写代码单片机代码写代码写数字按键代码
- ¥15 django按照距离进行排序
- ¥15 (标签-微信|关键词-微信公众号)
- ¥15 matlab中mjs用不了
- ¥15 Ios抖音直播的时候如何添加自定义图片在直播间!
- ¥60 riscv-pulpino总线上挂载axi从机
- ¥15 ssh登录页面的问题
- ¥50 关于在matlab上对曲柄摇杆机构上一点的运动学仿真
- ¥15 jetson nano