摘要:
#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 阅读全文
posted @ 2020-09-29 10:30
HaibaraAi
阅读(75)
评论(0)
推荐(0)
摘要:
#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 阅读全文
posted @ 2020-09-29 09:53
HaibaraAi
阅读(74)
评论(0)
推荐(0)