摘要: 阅读全文
posted @ 2017-06-26 20:46 友人Aqwq 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 题目传送门 这道题就贪心.... 正的一坨和负的一坨间隔 #include<cstdio> #include<cstring> #include<algorithm> #include<queue> #include<cmath> #include<cstdlib> #define LL long 阅读全文
posted @ 2017-06-26 20:28 友人Aqwq 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 题目传送门 这道题 hash就可以写了 弄了半天有点智障 强行压一压就okay了的说 #include<cstdio> #include<cstring> #include<algorithm> using namespace std; const int M=150007,mod=23333333 阅读全文
posted @ 2017-06-26 13:27 友人Aqwq 阅读(149) 评论(0) 推荐(0) 编辑