第五周作業

2021-06-05 04:31:21 字數 506 閱讀 7068

#includeusing namespace std;

class student

;//用引數的初始化表對資料成員初始化。

void max(student *arr);

void display();

private:

int num;

int score; };

void student :: display()

void student :: max(student *arr)

} cout << arr[k].num << " " << max_score << endl;

}int main()

; student *p = stud;

for(int i = 0; i <= 2; p += 2, ++i)

cout << endl;

p->max(stud);

return 0;

}

第五周作業

5求自然對數 include using namespace std int main cout e 6求圓周率 include include using namespace std int main cout pi約等於 7 include using namespace std int mai...

第五周作業

注意 總時間限制 1000ms 記憶體限制 65536kb 描述寫乙個mystring 類,使得下面程式的輸出結果是 1.abcd efgh abcd 2.abcd 3.4.abcd efgh 5.efgh 6.c 7.abcd 8.ijal 9.ijal mnop 10.qrst abcd 11....

第五周作業

1 由使用者輸入銀行的英文簡稱,使用if else if 語句判斷並輸出銀行的中文全稱。要點 分別使用if else if 語句和switch語句 using system using system.collections.generic using system.linq using system...