上一页 1 2 3 4 5 6 7 8 ··· 26 下一页
摘要: # nefu-dp1 https://vjudge.csgrandeur.cn/contest/571200#overview 感谢z神的题单 dp废物来打基础了。 (感觉难度大概是递减的) ## 琪露诺 单调队列优化dp ```CC #include using namespace std; co 阅读全文
posted @ 2023-08-02 17:42 Sakana~ 阅读(14) 评论(0) 推荐(0) 编辑
摘要: # Educational Codeforces Round 36 (Rated for Div. 2) https://codeforces.com/contest/915 浓浓ds味的一场edu ## A. Garden 找最大因子 ```CC #include using namespace 阅读全文
posted @ 2023-08-02 16:32 Sakana~ 阅读(16) 评论(0) 推荐(0) 编辑
摘要: # AtCoder Beginner Contest 165 https://atcoder.jp/contests/abc165 ## C - Many Requirements dfs ```CC #include using namespace std; const int N = 15, M 阅读全文
posted @ 2023-08-01 09:32 Sakana~ 阅读(13) 评论(0) 推荐(0) 编辑
摘要: # Codeforces Round 889 (Div. 2) A-D https://codeforces.com/contest/1855 打的太烂了,决心好好复盘 ## A. Dalton the Teacher ```CC #include using namespace std; void 阅读全文
posted @ 2023-07-30 16:37 Sakana~ 阅读(215) 评论(0) 推荐(1) 编辑
摘要: # Codeforces Round 618 (Div. 2) https://codeforces.com/contest/1300 ## A. Non-zero 要求和,积都不为0,则先把全部0操作一次,然后再check 和是否为0,是的话再对任意数操作一次即可。 ```CC #include 阅读全文
posted @ 2023-07-27 13:36 Sakana~ 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 基于《张宇30讲》 1. 高数预备知识 1.1 函数概念 反函数 \(f[f^{-1}(x)]=x\) 严格单调函数必有反函数,有反函数的不一定是单调函数 形如 \(f[f(x)]\) 的复合函数分析方法:1.广义化带入;2. 画图分段分析 有界性 必须指明区间 单调性 注意定义法的判别形式: \( 阅读全文
posted @ 2023-07-26 09:29 Sakana~ 阅读(131) 评论(0) 推荐(0) 编辑
摘要: # Educational Codeforces Round 35 (Rated for Div. 2) https://codeforces.com/contest/911 ## A. Nearest Minimums ```CC #include using namespace std; con 阅读全文
posted @ 2023-07-25 15:39 Sakana~ 阅读(13) 评论(0) 推荐(0) 编辑
摘要: # Educational Codeforces Round 33 (Rated for Div. 2) https://codeforces.com/contest/893 昨日vp,今日补完F D贪心,思路值得学习; E组合数学推式子,式子不难,关键在于模型抽象 F主席树,调了老半天,关键在于要 阅读全文
posted @ 2023-07-16 19:44 Sakana~ 阅读(13) 评论(1) 推荐(1) 编辑
摘要: # AtCoder Beginner Contest 162 ABCD全暴力 E数学题看不懂,感性理解 F线性dp,非常基础我不会,寄 ## E - Sum of gcd of Tuples (Hard) 看了题解发现好多做法都是推一堆式子,我实在看不懂(卷积莫反啥啥的呜呜呜) 然后看见这个感觉比较 阅读全文
posted @ 2023-07-14 12:34 Sakana~ 阅读(5) 评论(0) 推荐(0) 编辑
摘要: # AtCoder Beginner Contest 161 https://atcoder.jp/contests/abc161 这套不算难,但是sb我还是写不出来是为什么呢 F是个妙妙题 ## C - Replacing Integer WA了一次所以放上来 ```CC #include #de 阅读全文
posted @ 2023-07-13 11:47 Sakana~ 阅读(6) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 26 下一页