会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
wu-hongyu-0337
博客园
首页
新随笔
联系
订阅
管理
随笔 - 2
文章 - 1
评论 - 0
阅读 -
47
2022年7月27日
洛谷 ——————查找(非二分办法)
摘要: #include<iostream>#include<algorithm>#include<map>using namespace std;map<int,int>mp;int main() { int n,m; cin>>n>>m; int i=0; while(n--){ int x; i++;
阅读全文
posted @ 2022-07-27 16:41 唯你是我青山
阅读(24)
评论(0)
推荐(0)
2022年4月15日
pta7-29 删除字串
摘要: #include<iostream>#include<string.h>using namespace std;int a[210];int b[210];int main(){ string s,t; getline(cin,s); getline(cin,t); while(s.find(t)!
阅读全文
posted @ 2022-04-15 09:27 唯你是我青山
阅读(23)
评论(0)
推荐(0)
公告
昵称:
唯你是我青山
园龄:
3年4个月
粉丝:
0
关注:
1
+加关注
<
2025年7月
>
日
一
二
三
四
五
六
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔档案
2022年7月(1)
2022年4月(1)
阅读排行榜
1. 洛谷 ——————查找(非二分办法)(24)
2. pta7-29 删除字串(23)
点击右上角即可分享