摘要: ```cpp #include #include using namespace std; #define R register #define LL long long const int inf=0x3f3f3f3f; const int MAXN=4e6+10; inline int read() { char a=getchar(); int x=0,f=1; for(;a>'9'||a= 阅读全文
posted @ 2020-05-11 12:03 HN-wrp 阅读(275) 评论(0) 推荐(0) 编辑
摘要: ```cpp #include #include #include #include #include using namespace std; #define R register #define LL long long const int inf=0x3f3f3f3f; const int MAXN=4e6+10; const double PI=3.14159265358979323846 阅读全文
posted @ 2020-05-11 11:33 HN-wrp 阅读(116) 评论(0) 推荐(0) 编辑