Qualifying Contest

                                                Qualifying Contest  


Very soon Berland will hold a School Team Programming Olympiad. From each of the m Berland regions a team of two people is invited to participate in the olympiad. The qualifying contest to form teams was held and it was attended by n Berland students. There were at least two schoolboys participating from each of the m regions of Berland. The result of each of the participants of the qualifying competition is an integer score from 0 to 800 inclusive.

The team of each region is formed from two such members of the qualifying competition of the region, that none of them can be replaced by a schoolboy of the same region, not included in the team and who received a greater number of points. There may be a situation where a team of some region can not be formed uniquely, that is, there is more than one school team that meets the properties described above. In this case, the region needs to undertake an additional contest. The two teams in the region are considered to be different if there is at least one schoolboy who is included in one team and is not included in the other team. It is guaranteed that for each region at least two its representatives participated in the qualifying contest.

Your task is, given the results of the qualifying competition, to identify the team from each region, or to announce that in this region its formation requires additional contests.

Input

The first line of the input contains two integers n and m (2 ≤ n ≤ 100 000, 1 ≤ m ≤ 10 000, n ≥ 2m) — the number of participants of the qualifying contest and the number of regions in Berland.

Next n lines contain the description of the participants of the qualifying contest in the following format: Surname (a string of length from 1 to 10 characters and consisting of large and small English letters), region number (integer from 1 to m) and the number of points scored by the participant (integer from 0 to 800, inclusive).

It is guaranteed that all surnames of all the participants are distinct and at least two people participated from each of the m regions. The surnames that only differ in letter cases, should be considered distinct.

Output

Print m lines. On the i-th line print the team of the i-th region — the surnames of the two team members in an arbitrary order, or a single character "?" (without the quotes) if you need to spend further qualifying contests in the region.

Examples

Input

5 2

Ivanov 1 763
Andreev 2 800
Petrov 1 595
Sidorov 1 790
Semenov 2 503

Output
Sidorov Ivanov
Andreev Semenov
Input
5 2
Ivanov 1 800
Andreev 2 763
Petrov 1 800
Sidorov 1 800
Semenov 2 503
Output
?
Andreev Semenov

解题思路:(感觉自己用了很笨的方法)首先需要用结构体数组,其次用sort(三参)对结构体数组排序,最后就是根据题意取两个成绩最好的运动员了。

#include<iostream>
#include<stdio.h>
#include<algorithm>
using namespace std;
struct competitor{
    string name;
    int region;
    int score;
}stu[100005];
bool cmp(competitor a,competitor b){
    return a.region!=b.region?a.region<b.region:a.score>b.score;
}
int main(){
     int n,m;
     cin>>n>>m;
     for(int i=0;i<n;i++){
        cin>>stu[i].name>>stu[i].region>>stu[i].score;
     }
    sort(stu,stu+n,cmp);
    //
//    for(int i=0;i<n;i++){
//       cout<<stu[i].name<<stu[i].region<<stu[i].score<<endl;
//     }
    int a=0;
    for(int i=0;i<n;i++){
        if(stu[i].region!=stu[i+1].region){a=0;continue;}
        if(a==0){
                //设置a,保证地区一致的情况下只能输出一次
            if(stu[i].region==stu[i+1].region&&stu[i+1].region==stu[i+2].region){

                if(stu[i].score==stu[i+1].score&&stu[i+1].score!=stu[i+2].score)
                    {cout<<stu[i].name<<" "<<stu[i+1].name<<endl;a=1;}
                if(stu[i].score!=stu[i+1].score&&stu[i+1].score!=stu[i+2].score)
                   {cout<<stu[i].name<<" "<<stu[i+1].name<<endl;a=1;}
                if(stu[i].score==stu[i+1].score&&stu[i+1].score==stu[i+2].score)
                    {cout<<"?"<<endl;a=1;}
                if(stu[i].score!=stu[i+1].score&&stu[i+1].score==stu[i+2].score)
                    {cout<<"?"<<endl;a=1;}
                /*
                这里,因为题目要求n>2m,至少有两个人来自一个地区;所以可以不用考虑其他情况(),
                region数一致 人数>2时,共四种情况分别为:1=2=3 1!=2!=3 1!2==3 1==2!=3 ;
                region数一致 人数=2时,只有两个人,好坏都要,不分情况;
                */
            }
            if(stu[i].region==stu[i+1].region&&stu[i+1].region!=stu[i+2].region)
                 {cout<<stu[i].name<<" "<<stu[i+1].name<<endl;a=1;}
        }


    }

}

 

电动汽车数据集:2025年3K+记录 真实电动汽车数据:特斯拉、宝马、日产车型,含2025年电池规格和销售数据 关于数据集 电动汽车数据集 这个合成数据集包含许多品牌和年份的电动汽车和插电式车型的记录,捕捉技术规格、性能、定价、制造来源、销售和安全相关属性。每一行代表由vehicle_ID标识的唯一车辆列表。 关键特性 覆盖范围:全球制造商和车型组合,包括纯电动汽车和插电式混合动力汽车。 范围:电池化学成分、容量、续航里程、充电标准和速度、价格、产地、自主水平、排放、安全等级、销售和保修。 时间跨度:模型跨度多年(包括传统和即将推出的)。 数据质量说明: 某些行可能缺少某些字段(空白)。 几个分类字段包含不同的、特定于供应商的值(例如,Charging_Type、Battery_Type)。 各列中的单位混合在一起;注意kWh、km、hr、USD、g/km和额定值。 列 列类型描述示例 Vehicle_ID整数每个车辆记录的唯一标识符。1 制造商分类汽车品牌或OEM。特斯拉 型号类别特定型号名称/变体。型号Y 与记录关联的年份整数模型。2024 电池_类型分类使用的电池化学/技术。磷酸铁锂 Battery_Capacity_kWh浮充电池标称容量,单位为千瓦时。75.0 Range_km整数表示充满电后的行驶里程(公里)。505 充电类型主要充电接口或功能。CCS、NACS、CHAdeMO、DCFC、V2G、V2H、V2L Charge_Time_hr浮动充电的大致时间(小时),上下文因充电方法而异。7.5 价格_USD浮动参考车辆价格(美元).85000.00 颜色类别主要外观颜色或饰面。午夜黑 制造国_制造类别车辆制造/组装的国家。美国 Autonomous_Level浮点自动化能力级别(例如0-5),可能包括子级别的小
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值