上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 27 下一页
摘要: 【新生寒训】day 8 树形dp 这里是每天建议练习的一些小题(✨这些题不会检查,但是当天晚上会讲): E - Sum Equals Xor C. Load Balancing D - I Hate Non-integer Number E1. Divisible Numbers (easy ver 阅读全文
posted @ 2023-01-03 21:32 Sakana~ 阅读(41) 评论(0) 推荐(0)
摘要: AtCoder Beginner Contest 129 https://atcoder.jp/contests/abc129 4/6: ABCD A - Airplane 水题: #include <bits/stdc++.h> using namespace std; int main () { 阅读全文
posted @ 2023-01-02 23:38 Sakana~ 阅读(42) 评论(0) 推荐(0)
摘要: Educational Codeforces Round 9 https://codeforces.com/contest/632 3/6: ABC A. Grandma Laura and Apples 模拟 #include <bits/stdc++.h> #define int long lo 阅读全文
posted @ 2023-01-02 23:22 Sakana~ 阅读(45) 评论(0) 推荐(0)
摘要: 【新生寒训】day 7 区间dp 学习: https://www.luogu.com.cn/blog/BreakPlus/ou-jian-dp-zong-jie-ti-xie https://oi-wiki.org/dp/interval/ https://blog.csdn.net/my_suns 阅读全文
posted @ 2023-01-02 20:44 Sakana~ 阅读(39) 评论(0) 推荐(0)
摘要: 【新生寒训】day 6 背包dp 学习《背包九讲》 + dp分析方法 完成Kuangbin专题 https://vjudge.csgrandeur.cn/contest/533002 以及几道综合小题: 221229训练 - 前缀和 + 区间合并 + 线性DP 221230训练 - 线性DP + 背 阅读全文
posted @ 2023-01-01 21:18 Sakana~ 阅读(26) 评论(0) 推荐(0)
摘要: 【新生寒训】day 5 线性dp 学习: https://zhuanlan.zhihu.com/p/121032448 https://zhuanlan.zhihu.com/p/311598413 题单: https://vjudge.csgrandeur.cn/contest/533002 htt 阅读全文
posted @ 2022-12-31 18:20 Sakana~ 阅读(32) 评论(0) 推荐(0)
摘要: Educational Codeforces Round 8 明天补 阅读全文
posted @ 2022-12-30 23:19 Sakana~ 阅读(16) 评论(0) 推荐(0)
摘要: AtCoder Beginner Contest 128 https://atcoder.jp/contests/abc128 A - Apple Pie #include <bits/stdc++.h> using namespace std; int main () { int a, b; ci 阅读全文
posted @ 2022-12-30 23:19 Sakana~ 阅读(44) 评论(0) 推荐(0)
摘要: 【新生寒训】day 4 记忆化搜索 学习OI-Wiki上的线性DP: 动态规划基础 学习OI-Wiki上的记忆化搜索: 记忆化搜索 打好搜索基础还是非常重要的!要是感觉搜索不太好的话多练练,kuangbin这个练搜索基础蛮好的) 搜索基础题单2 搜索进阶题单kuangbin (这块暂时没啥专门的题目 阅读全文
posted @ 2022-12-30 21:34 Sakana~ 阅读(35) 评论(0) 推荐(0)
摘要: AtCoder Beginner Contest 127 https://atcoder.jp/contests/abc127/tasks 4/6: ABCD A - Ferris Wheel 水题 #include <bits/stdc++.h> using namespace std; int 阅读全文
posted @ 2022-12-29 23:28 Sakana~ 阅读(45) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 27 下一页