上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 27 下一页
摘要: 【新生寒训】day 15 素数,埃氏筛,线性筛 今日小题 https://codeforces.com/problemset/problem/173/B https://codeforces.com/contest/1775/problem/D 素数,埃氏筛,线性筛 算法学习笔记(17): 素数筛 阅读全文
posted @ 2023-01-11 21:58 Sakana~ 阅读(32) 评论(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~ 阅读(84) 评论(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~ 阅读(214) 评论(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~ 阅读(26) 评论(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~ 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 【新生寒训】day 14 Nim游戏 今日小题 https://atcoder.jp/contests/abc127/tasks/abc127_f https://atcoder.jp/contests/abc133/tasks/abc133_e Nim游戏学习 NIM游戏 [学习笔记] (博弈论) 阅读全文
posted @ 2023-01-10 22:36 Sakana~ 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 【新生寒训】day 13 Trie树,AC自动机 题单最后一题在vjudge上,提交这样的截图: 今日小题 https://codeforces.com/contest/616/problem/D https://codeforces.com/contest/1768/problem/C https 阅读全文
posted @ 2023-01-09 21:53 Sakana~ 阅读(55) 评论(0) 推荐(0) 编辑
摘要: # 【算法原理】矩阵乘法 **如何构造矩阵系数:** https://www.acwing.com/solution/content/15132/ https://www.acwing.com/solution/content/15121/ 一般是矩阵乘法 + 快速幂,结合 $dp$ 普通矩阵乘法: 阅读全文
posted @ 2023-01-09 17:22 Sakana~ 阅读(460) 评论(0) 推荐(0) 编辑
摘要: AtCoder Beginner Contest 284 A-F https://atcoder.jp/contests/abc284 被D卡了,感觉十分的弱智。 GEx看不懂题解( A - Sequence of Strings #include <bits/stdc++.h> using nam 阅读全文
posted @ 2023-01-08 17:12 Sakana~ 阅读(217) 评论(2) 推荐(1) 编辑
摘要: Educational Codeforces Round 14 https://codeforces.com/contest/691 4/6:ABCD (C是恶心人的模拟分类讨论,写了巨久导致没时间看EF) 这场没有红题,应该是可以补完的。 A. Fashion in Berland 注意读题!!特 阅读全文
posted @ 2023-01-08 11:30 Sakana~ 阅读(39) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 27 下一页