这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《申请加入cdq分治题解并加入cdq分治标签》回复:
我应该@谁?
[这篇](https://www.luogu.com.cn/article/l2r7x2u7) 题解里面并没有讲关于 cdq 分治的做法。
在讨论《关于一对一错的灵异事件》回复:
因为c++的判定机制是只要下一行有else并且没确定在哪里,他就会判到离他最近的if
在讨论《关于一对一错的灵异事件》回复:
@[LEO_SLO](luogu://user/1079655) 是的
在讨论《关于一对一错的灵异事件》回复:
```cpp #include using namespace std; int m,n,bl,t; bool lt[500001],add[800]; int head[800],tail[800]; int sum[800]; int cnt[500001]; int main(){ cin>>n>>m; bl=s…
在讨论《关于一对一错的灵异事件》回复:
@[LEO_SLO](luogu://user/1079655) 你的if连接到了下一个else了
在讨论《进食后入》回复:
@[ybc20270528ysr](luogu://user/1740095) 捉
在讨论《FFT模版求条》回复:
捉
在讨论《求调 95pts WA#4》回复:
@[__GuanGuan__](luogu://user/1395911) thx,已关
我的代码输出有负的 ``` #include #define IAKIOI ios::sync_with_stdio(false);cin.tie(nullptr);cout.tie(nullptr); #define re read() #define wr(n) write(n) #define endl puts…
在讨论《代码求解:有红有紫也有绿》回复:
@[TF_zeh](luogu://user/1789086) 求关 ```cpp #include using namespace std; int main(){ int t; cin>>t; while (t--){ int n,maxn=0; cin>>n; int a[n+1];//这里应该是n+1,因为a[…
```cpp #include #define IAKIOI ios::sync_with_stdio(false);cin.tie(nullptr);cout.tie(nullptr); #define UPB(x, y, z) upper_bound(x + 1, x + y + 1, z) - x #define…
在文章《2025 CSP-S 游记》发表评论:
%%%%%%%%%%%%%%
在讨论《到底有没有出成绩》回复:
@[ybc2027_chenyibo](luogu://user/964019) 捉cyb
在讨论《到底有没有出成绩》回复:
@[Pratty](luogu://user/481337) 所以还能查吗?
在讨论《关于提高s组成绩》回复:
帖号1166660留名RP+=∞
在讨论《10岁小朋友求助》回复:
@[lizhiyan27](luogu://user/1800387) 没输入n
在讨论《坐标CQ求J,S分数线》回复:
@[hardme](luogu://user/1440988)。你来凑什么热闹!
在讨论《坐标CQ求J,S分数线》回复:
@[Gilbert1206](luogu://user/1274525) S能保证过吗?
在讨论《10岁小朋友求助》回复:
@[lizhiyan27](luogu://user/1800387) 求关 ```cpp #include using namespace std; int main() { int n; char a[100005]; int b[100005]; int sum=0; for(int i=0;i >a; for(…
在讨论《【求助】S 预估 50 有救吗,ZJ》回复:
@[glass_goldfish](luogu://user/1328469) CQ65能过吗?
在讨论《csp与xxs》回复:
@[Mindulle](luogu://user/940009) 那不就相当于再找同年同月出生的人了吗?
在讨论《csp与xxs》回复:
@[Mindulle](luogu://user/940009) 其实13年,9月出生的人可以参加
在讨论《总结 ABC D题》回复:
@[FHY_patrickpp](luogu://user/1287677) 我因为j达成i调了半个小时没过
在讨论《求题号》回复:
@[wdr2024](luogu://user/1618096) 按理来说都是配合快速幂或数论做的吧
在文章《题解:P9939 [USACO21OPEN] Acowdemia III B》发表评论:
%%%%%%%%%%
在文章《题解:P9939 [USACO21OPEN] Acowdemia III B》发表评论:
%%%%%%%%%%%%%%
在文章《题解:P9939 [USACO21OPEN] Acowdemia III B》发表评论:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
```cpp #include #define IAKIOI ios::sync_with_stdio(false);cin.tie(nullptr);cout.tie(nullptr); #define UPB(x, y, z) upper_bound(x + 1, x + y + 1, z) - x #define…