#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 |