摘要: #include <iostream> using namespace std; int __data[200]; int halfIntervalSearch(const int n) { int r,l,h = 0; l = 0; r = 200; h = (r+l)/2; while(__da 阅读全文
posted @ 2024-03-19 22:20 Mask_2022 阅读(28) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; /* run this program using the console pauser or add your own getch, system("pause") or input loop */ long lon 阅读全文
posted @ 2024-03-19 21:10 Mask_2022 阅读(34) 评论(0) 推荐(0)