xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 2.73KB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-02-21
  • 標(biāo)簽:

資源簡(jiǎn)介

C++實(shí)戰(zhàn)源碼-數(shù)組的排序(入門級(jí)實(shí)例118).zip

資源截圖

代碼片段和文件信息

//?array.cpp?:?Defines?the?entry?point?for?the?console?application.
//

#include?“stdafx.h“
#include?“iostream.h“

int?main()
{
???int?ijt;
???int?a[7];
???//從鍵盤為數(shù)組元素賦值
???for(i=0;i<7;i++)
???{
???????cout<<“a[“<???????cin?>>a[i];
???}
???//從小到大排序
???for(i=0;i<6;i++)
???{
???????for(j=i+1;j<7;j++)
???????{
??????????????if(a[i]?>?a[j])
??????????????{
?????????????????t?=?a[i];
?????????????????a[i]?=?a[j];
?????????????????a[j]?=?t;
??????????????}
???????}
???}
???//輸出數(shù)組
???for(i=0;i<7;i++)
???{
???????cout<???}
}




?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件?????????608??2010-07-05?13:07??array\array.cpp
?????文件????????4524??2010-07-05?09:12??array\array.dsp
?????文件?????????535??2010-07-05?09:12??array\array.dsw
?????文件?????????292??2010-07-05?09:12??array\StdAfx.cpp
?????文件?????????769??2010-07-05?09:12??array\StdAfx.h

評(píng)論

共有 條評(píng)論

相關(guān)資源