一码归曦
一码归曦
全部文章
题解
归档
标签
去牛客网
登录
/
注册
一码归曦的博客
全部文章
/ 题解
(共1篇)
题解 | #白兔的字符串#
#include <bits/stdc++.h> using namespace std; #define ULL unsigned long long #define P 131 const int N = 1e6 + 10; ULL h[N], p[N]; char s[2 * ...
2023-11-10
1
296