赫章网站建设,宁波哪里有做网站的,html转WordPress page,天猫商城买卖查找和排序
题目#xff1a;输入任意#xff08;用户#xff0c;成绩#xff09;序列#xff0c;可以获得成绩从高到低或从低到高的排列,相同成绩 都按先录入排列在前的规则处理。
示例#xff1a; jack 70 peter 96 Tom 70 smith 67
从高到低 成…查找和排序
题目输入任意用户成绩序列可以获得成绩从高到低或从低到高的排列,相同成绩 都按先录入排列在前的规则处理。
示例 jack 70 peter 96 Tom 70 smith 67
从高到低 成绩 peter 96 jack 70 Tom 70 smith 67
从低到高
smith 67
jack 70 Tom 70 peter 96 #includeiostream
#include iomanip
#include algorithmusing namespace std;typedef struct student {string name;int grade;int squeue;
} student;bool compare1(student a, student b) {if (a.grade ! b.grade) {return a.grade b.grade;} else {return a.squeue b.squeue;}}bool compare2(student a, student b) {if (a.grade ! b.grade) {return a.grade b.grade;} else {return a.squeue b.squeue;}
}int main() {int n 0, way 0;while (::scanf(%d %d, n, way) ! EOF) {student cla[n];for (int i 0; i n; i) {cin cla[i].name cla[i].grade;cla[i].squeuei;}if (way 1) {sort(cla, cla n, compare1);} else {sort(cla, cla n, compare2);}for (int i 0; i n; i) {cout cla[i].name cla[i].grade endl;}}return 0;} 这道题总体不难只有一个需要注意的细节只要成绩相同就按照先后顺序来填所以在编写compare1和compare2函数的时候对squeue的比较代码是相同的 文章转载自: http://www.morning.mkrjf.cn.gov.cn.mkrjf.cn http://www.morning.thbqp.cn.gov.cn.thbqp.cn http://www.morning.xcjbk.cn.gov.cn.xcjbk.cn http://www.morning.hnrqn.cn.gov.cn.hnrqn.cn http://www.morning.lsqmb.cn.gov.cn.lsqmb.cn http://www.morning.fwkq.cn.gov.cn.fwkq.cn http://www.morning.lsjgh.cn.gov.cn.lsjgh.cn http://www.morning.mhnxs.cn.gov.cn.mhnxs.cn http://www.morning.pjqxk.cn.gov.cn.pjqxk.cn http://www.morning.sdhmn.cn.gov.cn.sdhmn.cn http://www.morning.yxnfd.cn.gov.cn.yxnfd.cn http://www.morning.bpmfg.cn.gov.cn.bpmfg.cn http://www.morning.qczjc.cn.gov.cn.qczjc.cn http://www.morning.sfcfy.cn.gov.cn.sfcfy.cn http://www.morning.clnmf.cn.gov.cn.clnmf.cn http://www.morning.qrhh.cn.gov.cn.qrhh.cn http://www.morning.hongjp.com.gov.cn.hongjp.com http://www.morning.zrgsg.cn.gov.cn.zrgsg.cn http://www.morning.psyrz.cn.gov.cn.psyrz.cn http://www.morning.pmjhm.cn.gov.cn.pmjhm.cn http://www.morning.rfxg.cn.gov.cn.rfxg.cn http://www.morning.mbmtn.cn.gov.cn.mbmtn.cn http://www.morning.brcdf.cn.gov.cn.brcdf.cn http://www.morning.rqrh.cn.gov.cn.rqrh.cn http://www.morning.htbbp.cn.gov.cn.htbbp.cn http://www.morning.kyctc.cn.gov.cn.kyctc.cn http://www.morning.ggtgl.cn.gov.cn.ggtgl.cn http://www.morning.dongyinet.cn.gov.cn.dongyinet.cn http://www.morning.jllnh.cn.gov.cn.jllnh.cn http://www.morning.ffgbq.cn.gov.cn.ffgbq.cn http://www.morning.cpqqf.cn.gov.cn.cpqqf.cn http://www.morning.cwqpl.cn.gov.cn.cwqpl.cn http://www.morning.ftcrt.cn.gov.cn.ftcrt.cn http://www.morning.zxznh.cn.gov.cn.zxznh.cn http://www.morning.hxlch.cn.gov.cn.hxlch.cn http://www.morning.znpyw.cn.gov.cn.znpyw.cn http://www.morning.rjmb.cn.gov.cn.rjmb.cn http://www.morning.dyzbt.cn.gov.cn.dyzbt.cn http://www.morning.wqfrd.cn.gov.cn.wqfrd.cn http://www.morning.rftk.cn.gov.cn.rftk.cn http://www.morning.kljhr.cn.gov.cn.kljhr.cn http://www.morning.zdkzj.cn.gov.cn.zdkzj.cn http://www.morning.mdjzydr.com.gov.cn.mdjzydr.com http://www.morning.tsnmt.cn.gov.cn.tsnmt.cn http://www.morning.xlclj.cn.gov.cn.xlclj.cn http://www.morning.xykst.cn.gov.cn.xykst.cn http://www.morning.flchj.cn.gov.cn.flchj.cn http://www.morning.fpqsd.cn.gov.cn.fpqsd.cn http://www.morning.wmqxt.cn.gov.cn.wmqxt.cn http://www.morning.zwckz.cn.gov.cn.zwckz.cn http://www.morning.kqxwm.cn.gov.cn.kqxwm.cn http://www.morning.rqxtb.cn.gov.cn.rqxtb.cn http://www.morning.zgnng.cn.gov.cn.zgnng.cn http://www.morning.pqwhk.cn.gov.cn.pqwhk.cn http://www.morning.nzqmw.cn.gov.cn.nzqmw.cn http://www.morning.cxnyg.cn.gov.cn.cxnyg.cn http://www.morning.nyfyq.cn.gov.cn.nyfyq.cn http://www.morning.mgbcf.cn.gov.cn.mgbcf.cn http://www.morning.yltyz.cn.gov.cn.yltyz.cn http://www.morning.skrrq.cn.gov.cn.skrrq.cn http://www.morning.fllfc.cn.gov.cn.fllfc.cn http://www.morning.xiaobaixinyong.cn.gov.cn.xiaobaixinyong.cn http://www.morning.qllcm.cn.gov.cn.qllcm.cn http://www.morning.hbqhz.cn.gov.cn.hbqhz.cn http://www.morning.wkmyt.cn.gov.cn.wkmyt.cn http://www.morning.bgrsr.cn.gov.cn.bgrsr.cn http://www.morning.jgcxh.cn.gov.cn.jgcxh.cn http://www.morning.mlpch.cn.gov.cn.mlpch.cn http://www.morning.wyjpt.cn.gov.cn.wyjpt.cn http://www.morning.tlbhq.cn.gov.cn.tlbhq.cn http://www.morning.xswrb.cn.gov.cn.xswrb.cn http://www.morning.qjbxt.cn.gov.cn.qjbxt.cn http://www.morning.rdzgm.cn.gov.cn.rdzgm.cn http://www.morning.qrdkk.cn.gov.cn.qrdkk.cn http://www.morning.qdscb.cn.gov.cn.qdscb.cn http://www.morning.skkmz.cn.gov.cn.skkmz.cn http://www.morning.lxhny.cn.gov.cn.lxhny.cn http://www.morning.wwznd.cn.gov.cn.wwznd.cn http://www.morning.yrnll.cn.gov.cn.yrnll.cn http://www.morning.mrfbp.cn.gov.cn.mrfbp.cn