hdu 1897 SnowWolf's Wine Shop multiset 运用 STL

SnowWolf's Wine Shop

Time Limit: 10000/5000 MS (Java/Others)    Memory Limit: 10240/10240 K (Java/Others)
Total Submission(s): 197    Accepted Submission(s): 77


Problem Description
After retired from hustacm, Sempr(Liangjing Wang) find a part-time-job in Snowwolf(Wei Xu)'s wine shop. There are different qualities of wine in the shop, and all of which has a rating describing the qualities. All the ratings are larger than 0 and smaller than 1,000,000. Everyday nearly Q people will go to his shop and buy a bottle of wine because of his kindness. Once a customer want an X qualified rating but there are no such one, Sempr will sell him a better one with the smallest rating. But the boss of the shop is Snowwolf, you know, so if no wine has no more than Y qualified ratings better than the customer's request, Sempr will say sorry to them. Every morning, Xiangsanzi will send N bottles of different or same qualified wine.
 

Input
In the first line there is an Integer T(0<T<10), which means the number of test cases in the test file, then followed by T test cases.
For each test case;
In the first line, there are 3 Integers, N,Q and Y.
In the second line, there are N integers, which means the quality rating of each bottle of wines.
In the third line, there are Q integers, which means the requests of customers from dawn to dark.
Here, all the Integers are between 0 and 1,000,000
 

Output
For each test case, output "Case I:", where I is the case number, then followed by Q different lines of integers, means the quality of wine Sempr will sell that time. If he could not sell any wine, just output -1.
 

Sample Input
  
  
2 2 3 3 2 3 1 2 3 2 3 0 2 3 3 1 2
 

Sample Output
  
  
Case 1: 2 3 -1 Case 2: 3 -1 2
 

Author
Sempr|CrazyBird|hust07p43
 

Source


题意:

有价格不同的酒  输入n m  y 表示n瓶酒       每瓶酒都有特定度数 

然后输入m个询问 表示 m个人 要买m瓶酒    如果没有那个人买的度数为k的酒 就给他度数为k+1到k+y的酒  

如果也没有 就输出-1


思路:

用multiset搞定

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值