摘要: 时间限制:5000ms 单点时限:1000ms 内存限制:256MB 描述 给定一个字符串类型的数组strs,请找到一种拼接顺序,使得将所有的字符串拼接起来组成的大字符串是所有可能性中字典顺序最大的,并输出这个大字符串。 输入 第一行:N(1<N<=100),代表数组的长度第二行:N个字符串,作为数 阅读全文
posted @ 2019-01-21 18:33 Jathon-cnblogs 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 计数排序 Accepted 1425 483MS 5276K 997 B G++ #include "bits/stdc++.h" using namespace std; typedef long long LL; typedef pair<int, int> PII; const int INF 阅读全文
posted @ 2019-01-21 11:08 Jathon-cnblogs 阅读(478) 评论(0) 推荐(1) 编辑