YTU 2769 結構體 成績統計

2021-07-09 19:18:18 字數 704 閱讀 8899

時間限制: 1 sec  

記憶體限制: 128 mb

提交: 1021  

解決: 530

建立乙個簡單的學生資訊表,包括:姓名、性別、年齡及一門課程的成績,統計輸出學生的平均成績和不及格同學姓名和不及格人數。

根據給出的**實現函式total,只需提交該函式。

#include

#include

using namespace std;

struct student

;void input(struct student stud,int n)

}int main()

n 和 n個學生的姓名,性別,年齡,成績

學生的平均成績和不及格同學姓名和不及格人數。

3

zhangsan m 20 80

lisi f 19 59

wangwu f 20 100

lisi不及格

平均成績為:79.7

不及格人數為:1

#include#includeusing namespace std;

struct student

;void input(struct student stud,int n)

}void total(struct student stud[100],int n)

結構體成績統計

問題及 檔名稱 日期的結構體 完成日期 2016年4月13日 作者 馬艷豔 問題描述 建立乙個簡單的學生資訊表,包括 姓名 性別 年齡及一門課程的成績,統計輸出學生的平均成績和不及格同學姓名和不及格人數。輸入描述 n 和 n個學生的姓名,性別,年齡,成績 輸出描述 學生的平均成績和不及格同學姓名和不...

結構體 成績統計

書籍 ccf 中學生計算機程式設計 江濤 等 輸入n個學生的姓名和語文 數學的得分,按總分從高到低輸出。分數相同的按輸入先後輸出。4gaoxiang 78 96 wangxi 70 99 liujia 90 87 zhangjin 78 91 include include includeusing...

C C 複習 成績統計(結構體)

all right reserved.檔名稱 77.cpp 作 者 董凱琦 完成日期 2016年4月26日 版 本 號 v1.0 問題描述 建立乙個簡單的學生資訊表,包括 姓名 性別 年齡及一門課程的成績,統計輸出學生的平均成績和不及格同學姓名和不及格人數。輸入描述 n 和 n個學生的姓名,性別,年...