#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字 | 12.0分钟 | 100% | 66 CPM | 8 次 | 0 | 不及格,加强练习! |
Inspirational quotes: 在你的人生中永远不要弄破四样东西:信任、关系、诺言和心,因为当它们破了,是不会发出任何声响,但却异常的痛苦。 ——狄更斯 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |