AcWing 906 区间分组解答(贪心-区间问题)
发布时间
阅读量:
阅读量
#include<iostream>
#include<algorithm>
#include<queue>
using namespace std;
const int N = 1e5;
struct Range{//利用结构体储存区间
全部评论 (0)
还没有任何评论哟~

#include<iostream>
#include<algorithm>
#include<queue>
using namespace std;
const int N = 1e5;
struct Range{//利用结构体储存区间