Modelcode

Modelcode

个人用的 模板 不喜勿喷 1.这个是自己非用STL写的板子 优化极差 还是建议STL void sortfast(int l,int r){ int i,j,mid,p; i=l;j=r; mid=a[(l+r)/2]; do{ while(a[i]<mid) i++; while(a[j]>mid ......
Modelcode
共1篇  :1/1页 首页上一页1下一页尾页