一组区间中交集最多的一个

#include <iostream> #include <stdlib.h> #include <time.h> using namespace std; #define NUM 30 //区间个数 typedef struct { int min; //区间中最小值 int max; //区间
相关文章
相关标签/搜索