热身赛zju2008:找旅馆_hdu1871

http://acm.hdu.edu.cn/showproblem.php?pid=1871

2008浙大研究生复试热身赛(2)——全真模拟


#include 
#include 
#include 
using namespace std;

struct E 
{
	int no;
	int num;
	int price;
}buf[1000];

bool cmp(E A,E B)
{
	return A.price



你可能感兴趣的:(zju真题,acm)