第十六周專案5 1

2021-06-27 16:48:38 字數 547 閱讀 5943

問題及**:

/**檔名稱:test.cpp

*作    者:陳文青

*完成日期:2023年12月17日

*版 本 號:v1.0

**問題描述:讀入乙個c++程式,判斷其中是否只有乙個main()函式,輸出「暫時沒有發現問題」,

或者「沒有main()函式」,或者「不能定義多個main()函式」

*程式輸入:

*程式輸出:

*/#include #include#include#includeusing namespace std;

int main( )

sourcefile.close();

//識別結論

if(main_num==0)

cout<<"error: no main().";

else if (main_num==1)

cout<<"right: a main() be exist.";

else

cout<<"error: more than one main().";

cout<

第十六周專案4

檔名稱 test.cpp 作 者 吳英政 完成日期 2014 年 12 月 16 日 版 本 號 v1.0 問題描述 為動態陣列擴容 輸入描述 輸入命令 程式輸出 輸出要求輸出的。include using namespace std int main int num,i,addnum cout 輸...

第十六周專案1

檔名稱 1.cpp 完成日期 2016年9月12日 版本號 v1.0 1 氣泡排序 include define maxsize 20 typedef int keytype 定義關鍵字型別 typedef char infotype 10 typedef struct 記錄型別 rectype 排...

第十六周專案二(2)

煙台大學計算機與控制工程學院 題目描述 請在專案一 1 的基礎上增加功能,使執行結果如下圖 其中,需要做出的改動是 編譯的程式 include define n 100 n表示最多允許的學生人數 struct student int main 輸出成績單 return 0 執行結果 知識點總結 自己...