原 poj 2715 基礎題 獎學金

2021-06-05 16:08:16 字數 569 閱讀 5236

注意輸出

練習sort 與 scanf

scanf會讀入空格字元!!

#include #include #include #include using namespace std;

#define _cdebbug

//全域性資料

struct scholar;

bool cmp(const scholar &a,const scholar &b)

int main()

for (i = 0 ; i < n ; ++i)

stable_sort(pstu,pstu+n,cmp) ;

int maxm = pstu[n-1].money ;

for (i = 0 ; i < n ; ++i) }

printf("%d\n",totalschalor) ;

//解除重定向關閉檔案

#ifdef _cdebbug

fclose(stdin);

#endif

return 0 ;

}

poj百煉 2715 誰拿了最多獎學金

總time limit 1000ms memory limit 65536kb description 某校的慣例是在每學期的期末考試之後發放獎學金。發放的獎學金共有五種,獲取的條件各自不同 2 五四獎學金,每人4000元,期末平均成績高於85分 85 並且班級評議成績高於80分 80 的學生均可獲...

poj 百練 2798 基礎題

回顧二進位製到16進製制的方法 可以直接做 也可以從二轉到10,10轉到16 看似容易 實則很需要細心,如何擺弄下標位置,如何計算邊界,如何儲存結果 include include include using namespace std define cdebbug 全域性資料 int main i...

POJ1010 搜尋題基礎

雖然也認同這題是基礎的搜尋題,但因做題太不熟練,寫了好久 include include include using namespace std const int n 4 const int nn 1000 int n,types,sum,maxz,a nn hash nn p n s n boo...