#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字 | 30.0分钟 | 100% | 77 CPM | 10 次 | 0 | 不及格,加强练习! |
Inspirational quotes: 在这个忧伤而明媚的三月,我从我单薄的青春里打马而过,穿过紫堇,穿过木棉,穿过时隐时现的悲喜和无常。 ——郭敬明 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |