2015年8月5日
摘要: 1 #include 2 int step=1; 3 void cut2_1(int w,int x,int y) 4 { 5 int m=x+(y-x)/2; 6 // printf("num:%d to %d\n",x,y); 7 if(w!=m) 8 { 9 ... 阅读全文
posted @ 2015-08-05 10:35 Ricochet! 阅读(205) 评论(0) 推荐(0) 编辑