上一页 1 ··· 8 9 10 11 12

P8630 [蓝桥杯 2015 国 B] 密文搜索

摘要: 网站:https://www.luogu.com.cn/problem/P8630 代码如下: 主要是用了map的思想 #include<iostream> #include<vector> #include<algorithm> #include<math.h> #include<string> 阅读全文
posted @ 2024-03-08 17:52 WHUStar 阅读(9) 评论(0) 推荐(0) 编辑

数位dp板子:记忆化搜索

摘要: #include<iostream> #include<vector> #include<algorithm> #include<math.h> #include<string> #include<string.h> #include<iomanip> #include<map> #include< 阅读全文
posted @ 2024-03-07 22:04 WHUStar 阅读(7) 评论(0) 推荐(0) 编辑

P8686 [蓝桥杯 2019 省 A] 修改数组

摘要: 备赛蓝桥杯和icpc的习题: 一道并查集的题目 > #include<iostream> > #include<vector> > #include<algorithm> > #include<math.h> > #include<string> > #include<string.h> > #in 阅读全文
posted @ 2024-03-07 20:49 WHUStar 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12