负责向日葵

文章
1
资源
0
加入时间
2年10月21天

hdu 6318

题目 :Problem - 6318 (hdu.edu.cn)#include<bits/stdc++.h>using namespace std;int n,k,b[100010],num[100010],x,y;struct node{ int val; int order;}a[100010];bool cmp(node s1,node s2){ return s1.val<s2.val;}void add(int x,int y){ while(