急急急,求答案啊
1个回答
更多追问追答
追问
我还在调试
追答
下面是完整的带测试的程序,供你参考哈!
#include
using namespace std;
typedef struct
{
int num;
float score;
}RecType;
void SelectSort(RecType R[50], int n)
{
if(n40)
{
std::cout=0 && R[i].score > key.score)
{
R[j+1] = R[j];
j = j-1;
}
R[j+1] = key;
}
std::cout0; i--)
{
cout<<R[i].num<<"\t"<<R[i].score<<"\n";
}
}
int main()
{
RecType R[50];
for(int i=0; i<10; i++)
{
R[i].num = i;
R[i].score = i*10-i;
}
SelectSort(R, 10);
}
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询