栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > C/C++/C#

PTA 1015 德才论

C/C++/C# 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

PTA 1015 德才论

德才论
#include
#include
#include
#include
using namespace std;
struct student
{
	string num;
	int de,cai,sum;
	int cla;
};
bool cmp(student a,student b)
{
	if(a.cla!=b.cla)
		return a.clab.sum;  //再按德才总分排序
	else if(a.de!=b.de)
		return a.de>b.de;  //再按德分排序
	else  //最后按准考证号排序
		return a.num>N>>L>>H;
	vector stu(N);
	int count1=0;
	for(int i=0;i>stu[i].num>>stu[i].de>>stu[i].cai;
		stu[i].sum=stu[i].de+stu[i].cai;
		if(stu[i].de=H&&stu[i].cai>=H)  //德才分均大于H
			stu[i].cla=1;
		else if(stu[i].cai=H)  //才分小于H, 但德分大于H
			stu[i].cla=2;
		else if(stu[i].cai<=stu[i].de)  //才分和德分均小于H, 但德分大于才分. 不加注释掉的条件也可以AC.
			stu[i].cla=3;
		else  //其他通过及格线的考生
			stu[i].cla=4;
	}
	sort(stu.begin(),stu.end(),cmp);
	cout<
转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/743810.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号