MOOC程式設計期中考試1 2

2021-06-21 22:03:08 字數 777 閱讀 5246

#include

#include

using namespace std;

// 在此處補充你的**

int main()

lst.sort(myless());

list::iterator it;

for( it = lst.begin(); it != lst.end(); ++ it)

cout << endl;

}return 0;}輸入

第一行是整數 t,表示資料組數。

每組輸入資料一行。先是整數n(0 < n < 100),表示本組資料共有n個整數。然後跟著是n個整數。所有整數都非負且小於10000。

輸出對每組輸入資料,輸出一行:按要求依次輸出這n個整數,相鄰整數間用乙個空格隔開。

樣例輸入

24 123 37 32 52

6 34 56 17 81 900 32

樣例輸出

37 123 52 32

17 56 34 32 81 900

#include #include using namespace std;

class myless

};int main()

lst.sort(myless());

list::iterator it;

for( it = lst.begin(); it != lst.end(); ++ it)

cout << endl;

} return 0;

}

MOOC程式設計期中考試1 6

將輸入資料按特定要求原樣輸出。include using namespace std 在此處補充你的 int main cout n endl for int i 0 i n i printinfo a i cout endl 輸入第一行是整數t,表明一共t組資料。對每組資料 第一行是整數n,表示下...

python期中考試知識點 期中考試

include define led p0 unsigned int i 0 unsigned int j 0 sbit key1 p1 0 暫停,開始按鈕 sbit key2 p1 2 復位按鍵 unsigned char num void int t0 void tmod 0x01 開啟定時器0...

mysql期中考試題 MySQL期中考試上機試題

mysql期中考試上機試題 建立資料庫,名稱為考生的學號 5分 建立資料表customer 客戶 deposite 存款 bank 銀行 表結構如下 15分 用desc檢視表結構,然後截圖即可,截圖每個表下方 customer的表結構 屬性名稱 型別與長度 中文含義 備註c id char 6 客戶...