- 博客(204)
- 收藏
- 关注
原创 Codeforces Global Round 27 D.Yet Another Real Number Problem
【代码】Codeforces Global Round 27 D.Yet Another Real Number Problem。
2024-10-31 01:13:03 163
原创 Codeforces Round 656 (Div. 3) E.Directing Edges
【代码】Codeforces Round 656 (Div. 3) E.Directing Edges。
2024-10-29 16:21:13 134
原创 2023 ICPC 亚洲澳门赛区赛 E. Inverse Topological Sort
【代码】2023 ICPC 亚洲澳门赛区赛 E. Inverse Topological Sort。
2024-10-26 19:33:01 120
原创 2023 ICPC 亚洲澳门赛区赛 D. Graph of Maximum Degree 3
【代码】2023 ICPC 亚洲澳门赛区赛 D. Graph of Maximum Degree 3。
2024-10-25 00:17:24 217
原创 2023年ICPC亚洲合肥赛区赛 C. Cyclic Substrings
【代码】2023年ICPC亚洲合肥赛区赛 C. Cyclic Substrings。
2024-10-20 01:52:41 314
原创 Codeforces Global Round 25 E. No Palindromes
【代码】Codeforces Global Round 25 E. No Palindromes。
2024-10-17 00:04:42 205
原创 Codeforces Round 929 (Div. 3) F. Turtle Mission: Robot and the Earthquake
【代码】Codeforces Round 929 (Div. 3) F. Turtle Mission: Robot and the Earthquake。
2024-10-16 16:32:21 193
原创 Codeforces Round 942 (Div. 2) D2. Reverse Card (Hard Version)
【代码】Codeforces Round 942 (Div. 2) D2. Reverse Card (Hard Version)
2024-10-15 19:52:07 214
原创 Codeforces Round 923 (Div. 3) F. Microcycle
e.g.有六条无向边 1 - 2 , 2 - 3, 1 - 3, 4 - 5, 5 - 6, 4 - 6, 1 - 4, 边1 - 4不在环内。【坑点】:不能先用拓扑排序去掉“线头”,然后找权重最小的边所在的环。因为去掉线头后,可能有的边不在环内。
2024-10-09 17:18:26 231
原创 Codeforces Round 969 (Div. 1) B. Iris and the Tree
【代码】Codeforces Round 969 (Div. 1) B. Iris and the Tree。
2024-10-07 01:47:48 216
原创 The 14th Jilin Provincial Collegiate Programming Contest
【代码】The 14th Jilin Provincial Collegiate Programming Contest。
2024-10-06 01:27:37 385
原创 The 14th Jilin Provincial Collegiate Programming Contest
【代码】The 14th Jilin Provincial Collegiate Programming Contest。
2024-10-04 02:27:49 261
原创 Codeforces Round 974 (Div. 3) G. Milky Days
【代码】Codeforces Round 974 (Div. 3) G. Milky Days。
2024-09-23 01:20:32 315
原创 Codeforces Round 957 (Div. 3) F. Valuable Cards
【代码】Codeforces Round 957 (Div. 3) F. Valuable Cards。
2024-07-12 15:54:16 722 1
原创 Codeforces Round 945 (Div. 2) D. Cat, Fox and Maximum Array Split
【代码】Codeforces Round 945 (Div. 2) D. Cat, Fox and Maximum Array Split。
2024-05-19 00:12:54 422
原创 2023年ICPC亚洲济南地区赛 G. Gifts from Knowledge
【代码】2023年ICPC亚洲济南地区赛 G. Gifts from Knowledge。
2024-05-09 16:41:24 834
原创 2024牛客五一集训派对day4 G.Game of Swapping Numbers
3、又因为当两个区间有交集(无论是相交还是包含)并且同正或同逆时,对这两个区间进行操作不会影响答案。1、当n > 2时,至少有两个区间是ai > bi(设为正) 或 ai < bi(设为逆);2、当 最优操作执行完后,任意两个区间都有交集;
2024-05-06 14:19:43 339
原创 Codeforces Round 738 (Div. 2) D2. Mocha and Diana (Hard Version)
对于hard version:先让所有可以与结点1连边的结点连边,然后对于结点2 ~ n,可以分为三类结点:在第一个图与结点1不连通,在第二个图与结点1连通(表示为01)、10 、11,(不存在00,若存在00,那么这个结点就会与结点1连边,变成11)。01的结点u可以与10的结点v连边,注意添加边(u,v)后,原本和u在第一个图中同一个连通块的结点(原本整个连通块的结点都是01)都会变成11,同理v在第二个图中所在连通块也是变成11,故对于每个连通块只找最高级祖先来连边。
2024-05-05 17:17:59 330
原创 Codeforces Round 943 (Div. 3) G2. Division + LCP (hard version)
【代码】Codeforces Round 943 (Div. 3) G2. Division + LCP (hard version)
2024-05-04 17:28:37 314
原创 Codeforces Round 941 (Div. 2) D. Missing Subsequence Sum
【代码】Codeforces Round 941 (Div. 2) D. Missing Subsequence Sum。
2024-05-02 00:49:02 89
原创 Educational Codeforces Round 165 (Rated for Div. 2) C. Minimizing the Sum
【代码】Educational Codeforces Round 165 (Rated for Div. 2) C. Minimizing the Sum。
2024-05-01 00:33:39 235 1
原创 第十三届山东省ICPC大学生程序设计竞赛 J. Not Another Path Query Problem
【代码】第十三届山东省ICPC大学生程序设计竞赛 J. Not Another Path Query Problem。
2024-04-23 17:09:31 253
原创 第十三届山东省ICPC大学生程序设计竞赛 B. Building Company
【代码】第十三届山东省ICPC大学生程序设计竞赛 B. Building Company。
2024-04-23 15:59:03 356
原创 Codeforces Round 821 (Div. 2) D2. Zero-One
【代码】Codeforces Round 821 (Div. 2) D2. Zero-One。
2024-04-23 01:03:04 442
原创 Codeforces Round 782 (Div. 2) D. Reverse Sort Sum
【代码】Codeforces Round 782 (Div. 2) D. Reverse Sort Sum。
2024-04-19 01:25:48 341
原创 Codeforces Round 814 (Div. 2) D2. Burenka and Traditions (hard version)
【代码】Codeforces Round 814 (Div. 2) D2. Burenka and Traditions (hard version)
2024-04-18 00:32:10 158
原创 Codeforces Round 800 (Div. 2) D. Fake Plastic Trees
【代码】Codeforces Round 800 (Div. 2) D. Fake Plastic Trees。
2024-04-16 17:33:31 179
Python (2).zip
2024-01-22
基于ptyhon的在线考试系统
2024-01-21
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人