这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include #include #include using namespace std; const int N=1e5+10; int f[N],e[N],h[N],ne[N],d[N],idx; bool st[N]; int n; void add(int a,int b) { e[idx]=…
```cpp #include #include #define int long long using namespace std; const int M= 998244353; int a,b; vector divv; void divvide(int x) { for(int i=2;i 1) divv.pu…
```cpp #include using namespace std; typedef long long LL; LL work(string str) { int i=0; for(i;str[i]==' ';i++); str=str.substr(i); int k=str.find(' '); string…
// ```cpp #include using namespace std; string purs; const int N=3e4+10; char orstr[N]; int pos[N]; int ans,orsi; int pan(char c) { if(c ='A') return 2; else if…