上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 27 下一页
摘要: 【新生寒训】day 19 莫比乌斯反演 今日小题 https://codeforces.com/contest/1741/problem/E https://codeforces.com/contest/762/problem/C 莫比乌斯反演 铃悬的数学小讲堂——狄利克雷卷积与莫比乌斯反演 算法学 阅读全文
posted @ 2023-01-15 09:42 Sakana~ 阅读(52) 评论(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~ 阅读(27) 评论(0) 推荐(0)
摘要: 【新生寒训】day 17 Euler函数 今日小题 https://atcoder.jp/contests/abc135/tasks/abc135_d https://codeforces.com/contest/710/problem/E Euler函数 算法学习笔记(18): 欧拉函数 欧拉系列 阅读全文
posted @ 2023-01-13 21:28 Sakana~ 阅读(62) 评论(0) 推荐(0)
摘要: AtCoder Beginner Contest 135 A - Harmony #include <bits/stdc++.h> using namespace std; int main () { int a, b; cin >> a >> b; if (a == b) cout << 0; e 阅读全文
posted @ 2023-01-13 17:55 Sakana~ 阅读(36) 评论(0) 推荐(0)
摘要: Educational Codeforces Round 16 https://codeforces.com/contest/710 4/6:ABCE A. King Moves #include <bits/stdc++.h> using namespace std; int cnt, ans; 阅读全文
posted @ 2023-01-13 11:44 Sakana~ 阅读(34) 评论(0) 推荐(0)
摘要: 【新生寒训】day 16 gcd、线性同余方程 今日小题 https://atcoder.jp/contests/abc134/tasks/abc134_e https://atcoder.jp/contests/abc134/tasks/abc134_f (第二题还是挺难想的,实在没思路了可以戳题 阅读全文
posted @ 2023-01-12 21:44 Sakana~ 阅读(42) 评论(0) 推荐(0)
摘要: AtCoder Beginner Contest 134 https://atcoder.jp/contests/abc134 A - Dodecagon #include <bits/stdc++.h> using namespace std; int main () { int a; cin > 阅读全文
posted @ 2023-01-12 19:16 Sakana~ 阅读(48) 评论(0) 推荐(0)
摘要: 【新生寒训】day 15 素数,埃氏筛,线性筛 今日小题 https://codeforces.com/problemset/problem/173/B https://codeforces.com/contest/1775/problem/D 素数,埃氏筛,线性筛 算法学习笔记(17): 素数筛 阅读全文
posted @ 2023-01-11 21:58 Sakana~ 阅读(39) 评论(0) 推荐(0)
摘要: 【Codeforces 173B】 B. Chamber of Secrets https://codeforces.com/problemset/problem/173/B 题意 + 分析 来自 $OI-wiki$ 这题主要难度就是读题...还有注意初始方向!!! 代码 $01bfs$ // LU 阅读全文
posted @ 2023-01-11 20:51 Sakana~ 阅读(103) 评论(0) 推荐(0)
摘要: Codeforces Round #843 (Div. 2) https://codeforces.com/contest/1775 CD都不会写的垃圾罢了 A1. Gardener and the Capybaras (easy version) 暴力枚举分界点 #include <bits/st 阅读全文
posted @ 2023-01-10 23:01 Sakana~ 阅读(225) 评论(1) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 27 下一页