摘要:
#include<bits/stdc++.h> #define sq(x) (x)*(x) #define N (55555) using namespace std; int idx,k,n,m,q; struct Node { int x[5]; bool operator < (const N 阅读全文
摘要:
#include <iostream> #include <algorithm> //#include <bits/stdc++.h> using namespace std; typedef long long ll; struct node { int d[2], mx[2], mi[2], v 阅读全文