Update README.md

main
ppbisf2hv 2 years ago
parent eda668638e
commit 946e1ea125

@ -666,6 +666,10 @@ void order(struct student stu2[]){
stu2[k++]=stu1[j];
}
}
for(i=0;i<7;i++){
if(stu[i].id!=0)
printf("%d %d %s %.1f %.1f %.1f %.1f\n",stu[i].id,stu[i].class,stu[i].name,stu[i].score1,stu[i].score2,stu[i].score3,stu[i].score);
}
xunwen();
zhixing();
}

Loading…
Cancel
Save