[模板][快速排序&归并排序]
摘要:不得不说,手写的快排真的好菜。(即使开了随机数...) 快速排序 #include<iostream> #include<cstdio> #include<cstring> #include<cstdlib> using namespace std; inline int read(); const
阅读全文
posted @ 2019-09-07 15:11
posted @ 2019-09-07 15:11
posted @ 2019-09-06 23:24