#include<iostream>
#include<algorithm>
using namespace std;
const int N=100010;
int q[N];
int n;
void myqsort(int l,int r)
{
if(l>=r) return;
int x=q[l+r>>1],i=l-1,j=r+1;
while(i<j)
{
...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《qsort c++》 | 477字 | 15.0分钟 | 100% | 92 CPM | 15 次 | 0 | 不及格,加强练习! |
Inspirational quotes: 每个人都有与生俱来的天赋和本能,这是需要时间去发现。 ——王国权 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |