hdu1084(水 结构体排序)

#include
#include
#include
#include 
using namespace std;
const int maxn=10010;
struct node{
	int num;
	int time;
	int score;
	int id; 
}stu[maxn]; 
int cnt[10];
bool cmp1(node a,node b)
{
	if(a.num>b.num) return true;
	if(a.num==b.num) 
	{
		if(a.time=0;i--)
	    {
			if(i==5)
			{
				for(int j=0;j

 

你可能感兴趣的:(hdu1084(水 结构体排序))