2015年3月1日
摘要: #include#include#includeusing namespace std;struct Person{ char name[10]; int age,money;}P[100010];bool cmp(Person a,Person b){ if(a.money!=b.money... 阅读全文
posted @ 2015-03-01 22:47 Evence 阅读(109) 评论(0) 推荐(0) 编辑
摘要: #include#include#includeusing namespace std;struct Student{ char ID[10]; char name[10]; int gread;}STU[100010];bool cmp1(Student a,Student b){ ret... 阅读全文
posted @ 2015-03-01 20:42 Evence 阅读(128) 评论(0) 推荐(0) 编辑
摘要: #include#include //【warning】刚开始少了这个头文件,但是VS2010中被系统自动优化没有察觉#includeusing namespace std;struct Student{ char ID[15]; int score,final_rank,lo... 阅读全文
posted @ 2015-03-01 13:39 Evence 阅读(164) 评论(0) 推荐(0) 编辑