摘要: #include<cstdio> #include<iostream> #include<algorithm> using namespace std; bool solve(int &w) { int w1, w2, d1, d2; cin >> w1 >> d1 >> w2 >> d2; boo 阅读全文
posted @ 2021-02-08 19:29 loliconsk 阅读(89) 评论(0) 推荐(0)
摘要: #include<cstdio> #include<iostream> #include<algorithm> #include<sstream> using namespace std; const int maxn = 100005; int LT[maxn], RT[maxn]; int mi 阅读全文
posted @ 2021-02-08 16:48 loliconsk 阅读(77) 评论(0) 推荐(0)