上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 26 下一页
摘要: 【新生寒训】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~ 阅读(51) 评论(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~ 阅读(26) 评论(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~ 阅读(23) 评论(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~ 阅读(33) 评论(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~ 阅读(20) 评论(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~ 阅读(27) 评论(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~ 阅读(67) 评论(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~ 阅读(203) 评论(1) 推荐(0) 编辑
摘要: Educational Codeforces Round 15 https://codeforces.com/contest/702 3/6:ABC 不会小学数学,基础差前面写的慢 A. Maximum Increase #include <bits/stdc++.h> using namespac 阅读全文
posted @ 2023-01-10 22:57 Sakana~ 阅读(23) 评论(0) 推荐(0) 编辑
摘要: AtCoder Beginner Contest 133 https://atcoder.jp/contests/abc133 A - T or T #include <bits/stdc++.h> using namespace std; int main (){ int a, b, n; cin 阅读全文
posted @ 2023-01-10 22:55 Sakana~ 阅读(12) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 26 下一页