这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《【更新预告】新版题目界面》回复:
qp
在讨论《恭喜洛谷评测量突破 2 亿》回复:
qp
在文章《竞猜》发表评论:
DDDDDD
**RE12个点** ```cpp #include #define int long long using namespace std; const int maxn=250000+10; int n,ans,a[maxn],b[maxn],now; struct node{ int day,v; bool oper…
在讨论《线段树板子求条》回复:
本人蒟蒻一个,实力不够,谢谢大佬
在讨论《线段树板子求条》回复:
@[jianhe](luogu://user/613794)这里只有求mi的时候会出现t[id].L>r或t[id].R<l的情况
在讨论《线段树板子求条》回复:
@[jianhe](luogu://user/613794)我试过了,不加这种情况运行不了,但是sum是对的,就说明我的t[id].l和t[id].r的处理应该是对的,这种情况就很有问题
在讨论《线段树板子求条》回复:
sum是对的,但是mi就不对了,看了觉得没问题,大佬求调qwq
```cpp #include #define int long long using namespace std; const int maxn=1000000+10; int n,m,l,r,a[maxn]; char opt; struct node{ int L,R,mi,add,sum; } t[maxn*4…
```cpp #include using namespace std; const int maxn=10000+10; struct node{ int c,m,e,s,p,id; } st[maxn]; int n; bool cmp(node x,node y){ if(x.s==y.s){ if(x.c+x.…
在讨论《关于刚才的擦边帖子》回复:
我就只是想问大佬题而已
在讨论《关于刚才的擦边帖子》回复:
我就只是想问题而已
在讨论《关于刚才的擦边帖子》回复:
@[wsj2013](/user/1493099) 不是,那个帖子也是他发的
在讨论《听说灌水大佬多,求助大佬!!!》回复:
@[tyr_04](/user/747109) 我是受害者啊
在讨论《听说灌水大佬多,求助大佬!!!》回复:
@[chanfei](/user/1109381) @[The_Collector](/user/1208314) 这是正解?@[The_Collector](/user/1208314)
[P10312 [SHUPC 2024] 栅栏密码](https://www.luogu.com.cn/problem/P10312) [此贴](https://www.luogu.com.cn/discuss/947825)
在讨论《啊~好❤燥❤热❤难❤受❤啊,哪位大❤佬帮帮我》回复:
https://www.luogu.com.cn/discuss/947825 此贴
RE六个点 ```cpp #include using namespace std; int cnt,n; string s[1010]; signed main(){ cin>>n; while(n--){ string str; cin>>str; if(str=="touch"){ string name; ci…
```cpp #include #define int long long using namespace std; int n,cnt,a[20]; string s,s1; queue q[20]; signed main(){ cin>>n>>s; cnt=2*n-2; if(n==1){ cout 0) q[1…
在讨论《我玉玉了,不要笑挑战》回复:
qp
在讨论《大佬就我,刚学bfs》回复:
@[T7_Daniel_clz_gy_dw](/user/903392) We don't know.
最后的4个SubtaskWA掉 ```cpp #include using namespace std; const int maxn=1000+10; int sx,sy,ex,ey,n,m,a[maxn][maxn],ans=0x7f7f7f7f,t; int d[4][2]={{0,1},{1,0},{0,-1}…
在讨论《90分!最后一个点超时,求大佬save children》回复:
真的过不了?看看能不能改改,求求了
```cpp **#include using namespace std; const int maxn=3000+10; int n,m,h[maxn]; long long ans=0; char a[maxn][maxn]; int main(){ ios::sync_with_stdio(0); cin.ti…
```cpp #include #define int long long using namespace std; int n,r,ans,vis[100+10]; void dfs(int k){ if(k==n+1){ int cnt=0; for(int i=1;i 0) cnt++; if(cnt==r) a…