上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 26 下一页
摘要: 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~ 阅读(20) 评论(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~ 阅读(38) 评论(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~ 阅读(69) 评论(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~ 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 【新生寒训】day 21 组合计数 + 容斥原理(简单) 今日小题 因个人原因咕掉🕊🕊🕊 Lucas定理 浅谈一些格路计数问题 OI-wiki 排列组合 OI-wiki 抽屉原理 OI-wiki 容斥原理 $ADD$ 初探容斥原理 Min-Max容斥小记 相关题单 + 拓展练习 https:/ 阅读全文
posted @ 2023-01-17 22:14 Sakana~ 阅读(58) 评论(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~ 阅读(94) 评论(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~ 阅读(25) 评论(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~ 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 【新生寒训】day 19 莫比乌斯反演 今日小题 https://codeforces.com/contest/1741/problem/E https://codeforces.com/contest/762/problem/C 莫比乌斯反演 铃悬的数学小讲堂——狄利克雷卷积与莫比乌斯反演 算法学 阅读全文
posted @ 2023-01-15 09:42 Sakana~ 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 【新生寒训】day 18 整除分块 今日小题 https://atcoder.jp/contests/abc280/tasks/abc280_d https://atcoder.jp/contests/abc280/tasks/abc280_f 整除分块 ACM竞赛中常见的整数公式与整数分块 算法讲 阅读全文
posted @ 2023-01-14 22:20 Sakana~ 阅读(23) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 26 下一页