上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 27 下一页
摘要: Codeforces Round #847 (Div. 3) A - G https://codeforces.com/contest/1790 (5/7):ABCDE,写的特别慢 我写的代码又臭又长 A. Polycarp and the Day of Pi 按题意匹配,注意不是传统的 $\pi$ 阅读全文
posted @ 2023-01-28 23:46 Sakana~ 阅读(73) 评论(0) 推荐(0)
摘要: 【新生寒训】day 23 单调栈、单调队列、堆 回归啦! 今日小题 https://atcoder.jp/contests/abc126/tasks/abc126_f https://codeforces.com/contest/1790/problem/F 单调栈、单调队列、堆 朝花中学OI队的奋 阅读全文
posted @ 2023-01-28 21:47 Sakana~ 阅读(65) 评论(0) 推荐(0)
摘要: AtCoder Beginner Contest 130 https://atcoder.jp/contests/abc130 补补之前的 A - Rounding #include <bits/stdc++.h> using namespace std; int main () { int a, 阅读全文
posted @ 2023-01-27 22:34 Sakana~ 阅读(46) 评论(0) 推荐(0)
摘要: AtCoder Beginner Contest 126 https://atcoder.jp/contests/abc126 A - Changing a Character #include <bits/stdc++.h> using namespace std; int main () { i 阅读全文
posted @ 2023-01-26 10:27 Sakana~ 阅读(55) 评论(0) 推荐(0)
摘要: ADD 总结的艺术:做完题如何总结 论文集 转自 https://zhuanlan.zhihu.com/p/152198566 https://zhuanlan.zhihu.com/p/183128802 1 2 3 4 5 6 7 8 阅读全文
posted @ 2023-01-25 23:01 Sakana~ 阅读(101) 评论(0) 推荐(0)
摘要: 【新生寒训】day 22 矩阵快速幂、高斯消元 今日小题 https://atcoder.jp/contests/abc262/tasks/abc262_e https://codeforces.com/contest/598/problem/E Lucas定理 算法学习笔记(4):快速幂 算法学习 阅读全文
posted @ 2023-01-18 21:43 Sakana~ 阅读(60) 评论(0) 推荐(0)
摘要: 【新生寒训】day 21 组合计数 + 容斥原理(简单) 今日小题 因个人原因咕掉🕊🕊🕊 Lucas定理 浅谈一些格路计数问题 OI-wiki 排列组合 OI-wiki 抽屉原理 OI-wiki 容斥原理 $ADD$ 初探容斥原理 Min-Max容斥小记 相关题单 + 拓展练习 https:/ 阅读全文
posted @ 2023-01-17 22:14 Sakana~ 阅读(75) 评论(0) 推荐(0)
摘要: 2023牛客寒假算法基础集训营1 https://ac.nowcoder.com/acm/contest/46800 过了7题,写一半没撑住去睡觉了。 官方难度预期: 签到:ALCH 简单:DKM 中等:GFE 困难:BIJ 果然我还是很菜哇qaq 补了一下题发现确实GFE不难,其中F需要阅读理解细 阅读全文
posted @ 2023-01-16 22:30 Sakana~ 阅读(111) 评论(0) 推荐(1)
摘要: 【新生寒训】day 20 Lucas定理 今日小题 https://www.luogu.com.cn/problem/P7074 https://codeforces.com/contest/762/problem/D Lucas定理 算法学习笔记(9):逆元 [数学]乘法逆元 【x义x讲坛】浅谈模 阅读全文
posted @ 2023-01-16 22:06 Sakana~ 阅读(32) 评论(0) 推荐(0)
摘要: Educational Codeforces Round 17 https://codeforces.com/contest/762 A. k-th divisor #include <bits/stdc++.h> #define ll long long using namespace std; 阅读全文
posted @ 2023-01-16 00:10 Sakana~ 阅读(43) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 27 下一页