摘要: #include <iostream> //#include "add.h" #define MAX 10 using namespace std; void showMenu(){ cout<<"********************"<<endl; cout<<"*****1,添加联系人*** 阅读全文
posted @ 2020-10-13 23:19 冬马党 阅读(226) 评论(0) 推荐(0)
摘要: 思路:相邻两个数进行比较,如果小的下标比大的下标数大,则交换 #include <iostream> using namespace std; int main() { int arr[] = {11,2,4,6,4,8,93,4,4,56,77,1,8,89,9} ; int len = size 阅读全文
posted @ 2020-10-13 07:30 冬马党 阅读(97) 评论(0) 推荐(0)