摘要: 试验任务一 #include <stdio.h> #define N 5 int binarySearch(int *x, int n, int item); // 函数声明 int main() { int a[N] = {2, 7, 19, 45, 66}; int i, index, key; 阅读全文
posted @ 2021-12-20 17:24 zwygyyds 阅读(52) 评论(0) 推荐(0) 编辑