程式設計與演算法(三)第06周測驗 2020春季

2021-10-05 20:38:28 字數 2544 閱讀 1305

輸入無輸出

d::fun

b::fun

d::fun

nbval=2

nbval=24

ndval=8

b::fun

nbval=12

樣例輸入

無樣例輸出

d::fun

b::fun

d::fun

nbval=2

nbval=24

ndval=8

b::fun

nbval=12

**如下:

#include

using

namespace std;

class

bvoid

fun()b

(int n)};

// 在此處補充你的**

//-------------------------分-------------割-------------線--------------------------

classd:

public b

void

fun()d

(int n):b

(3* n)};

//-------------------------分-------------割-------------線--------------------------

intmain()

輸入無輸出

a::fun

c::do

樣例輸入

none

樣例輸出

a::fun

c::do

**如下:

#include

using

namespace std;

classa;

voiddo(

)};classb:

public a };

classc:

public b

void

fun()}

;void

call

(// 在此處補充你的**

//-------------------------分-------------割-------------線--------------------------

b& p

//-------------------------分-------------割-------------線--------------------------

)int

main()

輸入無輸出

destructor b

destructor a

樣例輸入

無樣例輸出

destructor b

destructor a

**如下:

#include

using

namespace std;

class

a// 在此處補充你的**

//-------------------------分-------------割-------------線--------------------------

virtual~a

()//-------------------------分-------------割-------------線--------------------------};

classb:

public a };

intmain()

輸入無輸出

a::fun

a::do

a::fun

c::do

樣例輸入

無樣例輸出

a::fun

a::do

a::fun

c::do

**如下:

#include

using

namespace std;

classa;

virtual

voiddo(

)};classb:

public a };

classc:

public b

void

fun()}

;void

call

(// 在此處補充你的**

//-------------------------分-------------割-------------線--------------------------

a* p

//-------------------------分-------------割-------------線--------------------------

)int

main()

程式設計與演算法(三)第07周測驗

填寫模板 printarray,使得程式輸出結果是 tomjackmaryjohn 10 不得編寫sumarray函式 include include using namespace std template t sumarray 在此處補充你的 int main cout sumarray arr...

程式設計與演算法(三)第2周測驗 2019夏季

程式設計填空 學生資訊處理程式 輸入輸入資料為一行,包括 姓名,年齡,學號,第一學年平均成績,第二學年平均成績,第三學年平均成績,第四學年平均成績。其中姓名為由字母和空格組成的字串 輸入保證姓名不超過20個字元,並且空格不會出現在字串兩端 年齡 學號和學年平均成績均為非負整數。資訊之間用逗號隔開。輸...

程式設計與演算法三七周測驗

描述 填寫模板 printarray,使得程式輸出結果是 tomjackmaryjohn 10 不得編寫sumarray函式 include include using namespace std template t sumarray 補充 int main cout sumarray array...