国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 學(xué)院 > 開發(fā)設(shè)計(jì) > 正文

冒泡排序

2019-11-11 02:36:30
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友
#include <iostream>using namespace std;void bubble_sort(int unsorted[],int length){for (int i = 0; i < length; i++){for (int j = i; j < length; j++){if (unsorted[i] > unsorted[j]){int temp = unsorted[i];unsorted[i] = unsorted[j];unsorted[j] = temp;}}}} void main(){int x[] = { 6, 2, 4, 1, 5, 9 };bubble_sort(x,sizeof(x)/sizeof(x[0]));for(int item : x){cout<<(item);}cout << endl;system("pause");}
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 绵阳市| 杨浦区| 丰宁| 玛纳斯县| 电白县| 丹江口市| 南京市| 万州区| 黄骅市| 玉林市| 德州市| 台东市| 武夷山市| 临湘市| 南宁市| 泗阳县| 卢湾区| 北京市| 普格县| 遵义市| 延津县| 洱源县| 诏安县| 迭部县| 宁夏| 博兴县| 根河市| 南和县| 宁晋县| 铁力市| 克什克腾旗| 玉门市| 花莲市| 广西| 威宁| 南皮县| 德昌县| 枞阳县| 奉新县| 苏尼特左旗| 常熟市|