Coat的《快速排序,模板》成绩 - 打字成绩 - 在线打字练习(dazi.91xjr.com)

Home/ Score/ score desc
This achievement: 2024/ 11/ 8 Fri
English Article Word Count Duration Accuracy Speed Backspace Error Slogan
快速排序,模板 256 0.9分钟 100% 252 CPM 20 0 优秀,成绩不错哦!
Inspirational quotes: 所有坚忍不拔的发奋迟早会取得报酬的。 ——安格尔
What do you think of this article? Give it a rating and let it serve as a guiding light for others
Article intro
void qs(int h[], int l, int r) { if (l >= r) return; int x = h[l+r>>1], i = l - 1, j = r + 1; while (i < j) { do i++; while (h[i] < x); do j--; while (h[j] > x); if (i < j) swap(h[i],h[j]); ...
常规打字
+2积分

去打字就可以设置个性皮肤啦!(O ^ ~ ^ O)