摘要: Educational Codeforces Round 11 https://codeforces.com/contest/660 4/6:ABCD A. Co-prime Array $1$ 与任何数的 $gcd$ 都为 $1$,直接在不符合条件的两点间塞就可以了 #include <bits/ 阅读全文
posted @ 2023-01-04 18:32 Sakana~ 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 【新生寒训】day 9 状压dp 这里是每天建议练习的一些小题(✨这些题不会检查,但是当天晚上会讲): P2949 [USACO09OPEN]Work Scheduling G F - Must Be Rectangular! C. Hard Process 冲冲冲!👧(要是写不完的话可以先把昨天 阅读全文
posted @ 2023-01-04 17:24 Sakana~ 阅读(28) 评论(0) 推荐(0) 编辑
摘要: AtCoder Beginner Contest 131 https://atcoder.jp/contests/abc131 4/6:ABCD A - Security 水题 #include <bits/stdc++.h> using namespace std; signed main () 阅读全文
posted @ 2023-01-04 16:24 Sakana~ 阅读(21) 评论(0) 推荐(0) 编辑
摘要: Hello 2023 A-D https://codeforces.com/contest/1779 后面的还没看。感觉晚上脑子不好用了qwq A. Hall of Fame LR->RL,修改一个即可覆盖全部 #include <bits/stdc++.h> using namespace std 阅读全文
posted @ 2023-01-04 11:53 Sakana~ 阅读(51) 评论(0) 推荐(0) 编辑