这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《76pts #8 #15 #22 求调》回复:
@[Eden_star](luogu://user/1269111)谢谢大佬
在讨论《警示后人》回复:
@[Psy_Chen](luogu://user/1517143)十分感谢
在讨论《求SC CSP-S 1=分数线》回复:
@[cxk_ctrl](/user/1210072) 是S吗
``` #include using namespace std; const int BC = 4713*365+4712/4, AC = BC+1581*365+1580/4+278, FY = 365*4+1,CY=FY*25,TY=FY*250; const int MY=FY*2500; int q, r;…
``` #include using namespace std; typedef long long LL; const int N = 100100, M = 20, INF = 1e9; int maxl[N][M], maxq[N][M], minl[N][M], minq[N][M]; int mip[N][…
在讨论《求助, 为什么n=1是会TLE?》回复:
OK, 谢谢大佬
``` #include using namespace std; const int N = 1000100; int n; int tr[N][26], cnt[N], idx; char str[N]; int ne[N]; bool st[N]; void insert(){ int p = 0; for(in…
```#include using namespace std; const int N = 10010, M = 50050; int n, m; int scc_cnt; vector G[N]; int dfn[N], low[N], timestamp, stk[N], top; int dout[N], id…
```#include #define x first #define y second using namespace std; typedef pair PII; typedef long long LL; const int N = 100100, M = 300300, INF = 0x3f3f3f3f; in…