投递中国移动研究院等公司10个岗位 >
0 点赞 评论 收藏
分享
0 点赞 评论 收藏
分享
0 点赞 评论 收藏
分享
2019-08-24 21:28
上海海事大学 Python K20190407130211:#include<bits/stdc++.h>
typedef long long ll;
const int maxn = 1e4 + 5;
const int INF = 0x3f3f3f3f;
const int MOD = 1e9 + 7;
using namespace std;
struct node {
string x, m;
}f[maxn];
map<string, int>mp;
bool cmp(node a, node b) {
return mp[a.x] > mp[b.x];
}
int main() {
int i = 0;
while (cin >> f[i].x >> f[i].m) {
mp[f[i].x]++;
i++;
}
stable_sort(f, f + i, cmp);
for (int x = 0; x < i; x++) {
cout << f[x].x << " " << f[x].m << endl;
}
return 0;
}
投递京东等公司10个岗位 >
0 点赞 评论 收藏
分享
不要浮于表面:写错了,c++
0 点赞 评论 收藏
分享
2019-08-09 23:23
上海海事大学 Python 0 点赞 评论 收藏
分享
0 点赞 评论 收藏
分享
关注他的用户也关注了: