会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
hahazhou
不急不躁,心平气和
博客园
首页
新随笔
联系
订阅
管理
2022年3月6日
简介
摘要: SH初一OIer 三级菜鸡(第二年CSP-J预期100+48+55+0结果100+0+0+0 CSP-S 25+0+0+0省二30,还是太菜)
阅读全文
posted @ 2022-03-06 22:04 hahazhou
阅读(25)
评论(0)
推荐(0)
2022年2月20日
P1724 东风谷早苗
摘要: #include<bits/stdc++.h> using namespace std; string s; int x,y,n,len,xx,yy; int main() { cin>>s; scanf("%d",&n); len=s.size(); for(int i=0;i<len;i++)
阅读全文
posted @ 2022-02-20 22:23 hahazhou
阅读(91)
评论(0)
推荐(0)
2022年2月13日
题解 CF792A 【New Bus Route】
摘要: 代码: #include<bits/stdc++.h> using namespace std; int a[20005];//放在外面比较好 int main() { int n;//个数 cin>>n; for(int i=1;i<=n;i++) { cin>>a[i];//读入 } int m
阅读全文
posted @ 2022-02-13 21:53 hahazhou
阅读(27)
评论(0)
推荐(0)
公告