摘要: 1 #include<stdio.h> 2 #include<stdlib.h> 3 4 int a[7] = { 4,8,33,-3,34,55,10 }; 5 6 int FindPos(int *a, int low, int high) 7 { 8 int val = a[low]; 9 w 阅读全文
posted @ 2018-10-05 21:07 bigdapi 阅读(196) 评论(0) 推荐(0)