题目 :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(
Other
2023-08-21
55 点赞
0 评论
83 浏览