摘要: /*题目: * 在一个已经排序的Int数组中, * 查找某个number,如果存在这个number, * 返回在数组的位置,反之返回-1*/ #include<stdio.h>#define N 100int search(int *a,int right,int lift,int n){ int 阅读全文
posted @ 2016-07-17 21:11 长弓391 阅读(280) 评论(0) 推荐(0) 编辑