#include<iostream>
using namespace std;
void mergesort(int *,int,int);
void merge(int *,int,int,int);
int main()
{
int n;
cin>>n;
int *arr=new int[n];
for(int i=0;i<n;i++)
cin>...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《C++模板》 | 941字 | 2.0分钟 | 100% | 209 CPM | 31 次 | 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 |