guozi6

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2023年4月24日

摘要: #include<iostream>#define N 10using namespace std;int main(){ int i,low=0,high=N-1,mid,k=-1,m; int a[N]={-3,4,7,9,13,45,67,89,100,180}; cout <<"a数组中的数 阅读全文
posted @ 2023-04-24 20:05 汀幻 阅读(14) 评论(0) 推荐(0) 编辑