这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《我是不是咕咕咕?还是被卡常!~》回复:
@[snakes](/space/show?uid=1422)
在讨论《我是不是咕咕咕?还是被卡常!~》回复:
@[PM250](/space/show?uid=35143)
在讨论《我是不是咕咕咕?还是被卡常!~》回复:
Mer_deb和ans_deb都是debug的
```cpp #include #include #define N 100005 #define M 325 #define K N/M+15 using namespace std; typedef long long LL; int read() { int ans=0; char c=getchar(); fo…
```cpp #include #include #include #define N 100005 using namespace std; typedef unsigned long long LL; struct node{ int x; LL y; void read(){scanf("%d%lld",&x,&…
在讨论《这题怎么这么卡常啊》回复:
同被卡
在讨论《奇怪的wa》回复:
是我蠢了
```cpp #include #include #include #include #define N 400005 using namespace std; typedef long long LL; int n,m; LL a[N]; int e[N],nxt[N],lst[N],cnt=1,d[N]; LL v…
```cpp #include #include #include using namespace std; int T,ans; int n,m; bool sta[55],go[55]; bool vis[55]; int lst[55],nxt[2505],e[2505],cnt=0,mat[55]; void…
在讨论《⑦仔到处跑~》回复:
前排资瓷
```cpp #include #include #include #define N 720005 using namespace std; string s[10005]; struct node{ int sz,fa,len; int tr[26]; }t[N]; char oql[N]; int n,m,cnt…
在讨论《为什么90分????》回复:
@[aspe](/space/show?uid=8342)
```cpp #include #include #include #include using namespace std; int n,m,sum; const double eps=0.000001; int a[55],b[55]; bool c[55][55]; int lst[505],nxt[5005],…
在讨论《萌新求救!!!》回复:
@[quhengyi11](/space/show?uid=13137)
```cpp #include #include #include #include using namespace std; int n,m,s,t; int d[100005]; int e[1000005],v[1000005],lst[100005],nxt[1000005],cnt; int read() {…
在讨论《本机过样例和第一个点(其他不知道),然后luogu上咕咕咕》回复:
@[星小雨](/space/show?uid=20435) 数据下下来是可以过的 但是交上去就不行
在讨论《这题为什么必须跑最长路还不能取log相加?》回复:
精度?
```cpp #include #include #include #define N 100005 using namespace std; const double Pi=3.1415926535897932384626433832795; int read() { int ans=0; char c=getcha…
在讨论《【求教】pascal宽搜怎么释放空间?》回复:
循环队列
在文章《IOI 2018进入倒计时,赛前闲话IOI》发表评论:
Orz
在讨论《萌新求助QwQ,WAWAWA(只有50分)》回复:
@[quhengyi11](/space/show?uid=13137)
在讨论《萌新求助QwQ,WAWAWA(只有50分)》回复:
@[撩妹凛酱](/space/show?uid=22330)
在讨论《萌新求助QwQ,WAWAWA(只有50分)》回复:
@[tony1312](/space/show?uid=19015)
在讨论《萌新求助QwQ,WAWAWA(只有50分)》回复:
@[beng](/space/show?uid=7535)
在讨论《萌新求助QwQ,WAWAWA(只有50分)》回复:
@ beng
在讨论《萌新求助QwQ,WAWAWA(只有50分)》回复:
emmmmmm
```cpp #include #include #include #include #include using namespace std; int n,m,k=0,sum; int e[600005],next[600005],last[300005],val[600005]; int u[300005],v[3…
在讨论《蒟蒻求助》回复:
可以使用代码框吗 代码这样排版很难看出问题
```pascal var n,k,i:longint; x,y,z,f,b,s,p:array[0..100000]of longint; c:array[1..200000]of longint; procedure sort(l,r:longint); var a,b,i,j,c,d:longint; begin…