摘要: #include #include using namespace std; typedef unsigned long long ULL; char str[N]; //存放字符串 int h[N], p[N]; //h[]存放前缀和,p[]存放倍数 ULL get(int l, int r){ 阅读全文
posted @ 2022-05-25 13:05 珍惜时光,辉煌拔尖 阅读(24) 评论(0) 推荐(0) 编辑