大家好,又见面了,我是你们的朋友全栈君。如果您正在找激活码,请点击查看最新教程,关注关注公众号 “全栈程序员社区” 获取激活教程,可能之前旧版本教程已经失效.最新Idea2022.1教程亲测有效,一键激活。
Jetbrains全系列IDE稳定放心使用
解题思路:
注意事项:注意姓名字符串的长度要大于8,因为这个调了很多次
参考代码:#include
#include
#include
using namespace std;
struct student
{
int number;
char name[9];
int score;
} buf[100000];
bool cmp1(student a,student b)
{
return a.number
}
bool cmp2(student a,student b)
{
int tmp=strcmp(a.name,b.name);
if(tmp!=0)
{
return tmp<0;
}
else
{
return a.number
}
}
bool cmp3(student a,student b)
{
if(a.score!=b.score)
{
return a.score
}
else
{
return a.number
}
}
int main()
{
int n,c,num=0;
while(scanf(“%d%d”,&n,&c)!=EOF)
{
num++;
if(n>0)
{
for(int i=0;i
{
scanf(“%d%s%d”,&buf[i].number,buf[i].name,&buf[i].score);
}
if(c==1)
{
sort(buf,buf+n,cmp1);
}
else if(c==2)
{
sort(buf,buf+n,cmp2);
}
else if(c==3)
{
sort(buf,buf+n,cmp3);
}
printf(“Case %d:\n”,num);
for(int i=0;i
{
printf(“%06d %s %d\n”,buf[i].number,buf[i].name,buf[i].score);
}
}
else continue;
}
return 0;
}
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/189542.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...