/*01
02.* 程式的版權和版本宣告部分:
05.* 檔名稱:test.cpp
06.* 作 者:王雅萍
07.* 完成日期:2023年 3月11 日
08.* 版 本 號:v1.0
09.* 對任務及求解方法的描述部分:
10.* 輸入描述:無
12.* 程式輸出:排序後的成績
13.* 問題分析:略
14.* 演算法設計:略
*/#include #include using namespace std;
struct student
;void calculate(student s,int n);
//計算總分和均分,資料在s陣列中,共有n個元素
void sort1(student ,int);
//按總分降序排序
void sort2(student ,int);
//按學號公升序排序
void output(student ,int);
//輸出成績單
void outputexcellent(student ,int);
//輸出優秀者:總分超285,單科不低於90
int main()
, ,,,
,,,,
,,};int stunum=sizeof(stu)/sizeof(stu[0]); //用sizeof運算確定陣列中元素個數
//計算總分和均分後輸出
calculate(stu,stunum);
cout<
}return;
}void output(student s,int n) //輸出成績單
成績單型別
cjd 雙單引號是注釋 成績單學號 d20c055 s s是字串輸出 你的成績如下 高等數學 f分 f是浮點數輸出,f前加數字幾就保留幾位 python程式設計基礎 f分 形勢與政策 f分 大學英語 f分 xuehao input 請輸入數字 sc float input 請輸入高等數學分數 py ...
成績單問題
今天羅浮宮群的乙個同學問了個成績單的問題。以前我也遇到過,當時記得費了好大勁。現在正好回味一番。資料庫結構如下。資料插入語句如下。create table if not exists chengji goods id int 5 not null,user id int 5 not null,poi...
Bugku 成績單 有感
題目位址 因為個人是個小白,看到題目毫無頭緒。在網上搜到wp,參考著得以理解。這個題目需要手動爆破資料庫的 庫名 表名 列名 內容。庫名 用資料庫聯合查詢語句 id 1 union select 1,2,3,database 得到資料庫名字skctf flag 表名 id 1 union selec...