2014年5月4日

HDU1031 Design T-Shirt (二级排序)

摘要: 二级排序,快排 1 #include 2 #include 3 double a[10010]; 4 int b[10010]; 5 void quicksort(double a[],int low,int high) 6 { 7 int i=low; 8 int j=high; ... 阅读全文

posted @ 2014-05-04 16:05 >_< 阅读(136) 评论(0) 推荐(0) 编辑

导航