#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字 | 2.2分钟 | 100% | 95 CPM | 36 次 | 0 | 不及格,加强练习! |
Suggestion:
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
|
|||||||
Inspirational quotes: 识别别人的谎言,靠的是经验,或者是一种能力,但是发现了不把它说破,靠的是一种境界,一种修养,不是所有的谎言都需要随时的发现了,都把它说破,这个还需要慢慢的修炼。 ——孟非 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |