摘要: ```c++ #include using namespace std; typedef long long ll; const int Maxn = 1e5+10; const int Inf = 0x7f7f7f7f; const int Mod = 1e9+7; int a[Maxn],v[Maxn]; int l_0[Maxn],r_1[Maxn]; double ans[Maxn]; i 阅读全文
posted @ 2020-05-23 17:03 HexQwQ 阅读(127) 评论(0) 推荐(0) 编辑
摘要: ```c++ #include using namespace std; typedef long long ll; const int Maxn = 1e6+10; const int Inf = 0x7f7f7f7f; const int Mod = 998244353; int n,m; char s[12000010]; priority_queue ,greater > Map[Maxn 阅读全文
posted @ 2020-05-23 17:02 HexQwQ 阅读(118) 评论(0) 推荐(0) 编辑