会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cathyzro
博客园
首页
新随笔
联系
订阅
管理
2025年9月27日
CSP-S1 2025
摘要: 邮寄
阅读全文
posted @ 2025-09-27 19:27 cathyzro
阅读(22)
评论(0)
推荐(0)
2025年8月15日
霍尔定理证明
摘要: 证明充分性,必要性
阅读全文
posted @ 2025-08-15 16:21 cathyzro
阅读(16)
评论(0)
推荐(0)
一些LeTax(搬)
摘要: 当你写博客不会LeTax时——
阅读全文
posted @ 2025-08-15 16:07 cathyzro
阅读(8)
评论(0)
推荐(0)
2025年8月10日
虚树
摘要: 虚树相关很潦草的学习笔记
阅读全文
posted @ 2025-08-10 13:26 cathyzro
阅读(16)
评论(0)
推荐(0)
2025年8月8日
CF 2127
摘要: CF2127 C,D,E题解
阅读全文
posted @ 2025-08-08 11:12 cathyzro
阅读(35)
评论(0)
推荐(1)
2025年8月1日
CF 2130
摘要: CF2130 C,D题解
阅读全文
posted @ 2025-08-01 09:07 cathyzro
阅读(41)
评论(1)
推荐(1)
2025年4月26日
单调栈
摘要: 单调栈
阅读全文
posted @ 2025-04-26 16:50 cathyzro
阅读(47)
评论(0)
推荐(0)
Manacher
摘要: Manacher
阅读全文
posted @ 2025-04-26 15:14 cathyzro
阅读(14)
评论(0)
推荐(0)
2025年2月17日
ybtoj:强连通分量
摘要: A: 点击查看代码 #include <bits/stdc++.h> using namespace std; const int N = 1e6 + 5; const int inf = 0x3f3f3f3f; int read () { int x = 0 , f = 1; char ch =
阅读全文
posted @ 2025-02-17 09:47 cathyzro
阅读(12)
评论(0)
推荐(0)
2024年11月24日
ybtoj:字符串处理
摘要: A: 点击查看代码 #include<bits/stdc++.h> using namespace std; int main() { int n; cin>>n; if(n<0) { cout<<"-"; } n=abs(n); bool b=0; while(n>0) { if(n%10!=0)
阅读全文
posted @ 2024-11-24 14:20 cathyzro
阅读(20)
评论(0)
推荐(0)
下一页
公告