摘要:
#include <bits/stdc++.h> using namespace std; #define int long long #define up(i,x,y) for(register int i=x;i<=y;++i) using namespace std; const int N 阅读全文
摘要:
#include<bits/stdc++.h> using namespace std; typedef long long i64; const int INF =2147483647; const int MAXN=1e5+3; int n,t,H[MAXN],F[MAXN]; int main 阅读全文