摘要:
The Balance 阅读全文
posted @ 2019-08-17 21:05
Snow_in_winer
阅读(176)
评论(0)
推荐(0)
摘要:
#include #include #include using namespace std; typedef long long ll; typedef unsigned long long ull; const int maxn=2e5+10; //因为一个矩形有两边所以数据范围要乘2 int y[maxn]; struct L { ... 阅读全文
posted @ 2019-08-17 09:01
Snow_in_winer
阅读(125)
评论(0)
推荐(0)