摘要: 1 #include 2 #include 3 #include 4 using namespace std; 5 const int size=1000020,p=131; 6 typedef unsigned long long ULL; 7 ULL f[size],key[size]; 8 int T; 9 char tmp1[size],tmp2[size]; 10 ... 阅读全文
posted @ 2019-01-28 00:27 宇興 阅读(128) 评论(0) 推荐(0) 编辑