/*
* 檔名稱:test.cpp
* 作 者:吳英政
* 完成日期:2014 年 12 月 16 日
* 版 本 號:v1.0
*
* 問題描述:為動態陣列擴容;
* 輸入描述:輸入命令;
* 程式輸出:輸出要求輸出的。
#include using namespace std;
int main()
{ int num,i,addnum;
cout<<"輸入學生人數:";
cin>>num;
int *score=new int[num];
cout<<"請輸入學生成績:";
for (i=0; i>score[i];
cout<<"需要增加多少名學生? ";
cin>>addnum;
cout<<"請輸入學生成績: ";
for (i=num; i>score[i];
num+=addnum;
cout<<"現在共有"<
第十六周專案4快速排序
include define maxsize 20 typedef int keytype 定義關鍵字型別 typedef char infotype 10 typedef struct 記錄型別 rectype 排序的記錄型別定義 void quicksort rectype r,int s,in...
第十六周專案5 1
問題及 檔名稱 test.cpp 作 者 陳文青 完成日期 2014年12月17日 版 本 號 v1.0 問題描述 讀入乙個c 程式,判斷其中是否只有乙個main 函式,輸出 暫時沒有發現問題 或者 沒有main 函式 或者 不能定義多個main 函式 程式輸入 程式輸出 include inclu...
第十六周專案1
檔名稱 1.cpp 完成日期 2016年9月12日 版本號 v1.0 1 氣泡排序 include define maxsize 20 typedef int keytype 定義關鍵字型別 typedef char infotype 10 typedef struct 記錄型別 rectype 排...