#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字 | 10.0分钟 | 100% | 114 CPM | 12 次 | 0 | 及格,继续努力! |
Inspirational quotes: 人们说生命是很短促的,我认为是他们自己使生命那样短促的,由于他们不善于利用生命,所以他们反过来抱怨说时间过得太快;可是我认为,就他们那种生活来说,时间倒是过得太慢了。 ——卢梭 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |