#include <bits/stdc++.h>
using namespace std;
bool c(string a,string b)
{
return a+b>b+a;
}
int main()
{
int n;
cin>>n;
string a[n];
for(int i=0;i<n;i++)
cin>>a[i];
sort(a,a+n,c);
for(int i=0...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《c++拼数》 | 236字 | 3.3分钟 | 100% | 64 CPM | 4 次 | 0 | 不及格,加强练习! |
Inspirational quotes: 人,来到这世上,总会有许多的不如意,也会有许多的不公平;会有许多的失落,也会有许多的羡慕,你羡慕我的自由,我羡慕你的约束;你羡慕我的车,我羡慕你的房;你羡慕我的工作,我羡慕你每天总有休息时间。 ——莫言 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |