E - 谁还不是个宝宝
题目链接
http://acm.fzu.edu.cn/problem.php?pid=2288
题解
求奇数中位数区间,这种方法值得记录。
代码
#include <iostream>
#include <cstdio>
#include <cstring>
#include <cmath>
using namespace std;
typedef long long LL;
int const maxn=1e3+10;
int
http://acm.fzu.edu.cn/problem.php?pid=2288
求奇数中位数区间,这种方法值得记录。
#include <iostream>
#include <cstdio>
#include <cstring>
#include <cmath>
using namespace std;
typedef long long LL;
int const maxn=1e3+10;
int