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