上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 25 下一页
摘要: # CF补题题解2023.5 说明:CF题直接去luogu看翻译,AT题会附上简要题意 ## [CF1821E](https://codeforces.com/contest/1821/problem/E) 先考虑如何高速计算权值 一个显而易见的贪心是尽量在右边取括号消除,设右括号为 1,左括号为 阅读全文
posted @ 2023-08-01 19:55 spdarkle 阅读(44) 评论(0) 推荐(0)
摘要: ## [VP-Educational Codeforces Round 151 A~E](https://www.cnblogs.com/oierpyt/p/17598936.html) ## [VP-Codeforces Round #879 Div.2 A~F](https://www.cnbl 阅读全文
posted @ 2023-08-01 19:53 spdarkle 阅读(21) 评论(0) 推荐(0)
摘要: 前言:F是个FFT,不想写。 ## [A-Forbidden Integer](https://www.luogu.com.cn/problem/CF1845A) 你需要构造一个正整数序列,满足: 1. 对于 $i$,$a_i\le k$ 且 $a_i\not=x$。 2. $\sum a_i=n$ 阅读全文
posted @ 2023-08-01 19:50 spdarkle 阅读(50) 评论(0) 推荐(0)
摘要: 前言:wssb ## [Dalton the Teacher](https://codeforces.com/contest/1855/problem/A) 题意:给定一个排列,每次可以交换两个元素,求使得 $\forall i\in[1,n],a_i\neq i$ 的最小操作数。 一次可以操作两个 阅读全文
posted @ 2023-08-01 08:08 spdarkle 阅读(103) 评论(0) 推荐(0)
摘要: # [$Atcoder-Beginner-Contest-312$](https://atcoder.jp/contests/abc312/) AB过于简单,在此略去。 ## [$C-Invisible$ $Hand$](https://atcoder.jp/contests/abc312/task 阅读全文
posted @ 2023-07-30 12:42 spdarkle 阅读(113) 评论(0) 推荐(0)
摘要: # [$Educational$ $Codeforces$ $Round$ $152$](https://codeforces.com/contest/1849) ## [$A-Morning$ $Sandwich$](https://codeforces.com/contest/1849/prob 阅读全文
posted @ 2023-07-29 16:49 spdarkle 阅读(40) 评论(0) 推荐(0)
摘要: [toc] updata:删除了板子题部分,因为除了使得本文冗余之外没有任何作用。 顺序主观决定, ~~至于为什么不是24个,嘿嘿,机器人那个被我吃了~~ ~~至于为什么不是23个,嘿嘿,软件的补丁是好东西,可不是毒瘤~~ 众所周知,在网络流24里,有两个假题。。。。一个是IDA*的搜索,一个是状态 阅读全文
posted @ 2023-07-26 18:06 spdarkle 阅读(41) 评论(0) 推荐(0)
摘要: 妙,我只能说妙。今天补DEF发现除了F诡秘的杨辉三角,我都能独立做出来。 但为什么我感觉DE难度不如C!!!! ## [A](https://codeforces.com/problemset/problem/1848/A) 题意:一个人站在 $(x,y)$ 处,而其他人分别在 $(x_1,y_1) 阅读全文
posted @ 2023-07-24 21:57 spdarkle 阅读(45) 评论(0) 推荐(0)
摘要: # Codeforces Round #887 Div.2 一定要手玩哦 前言: **一定要手玩,一定要手玩!** 我今早一手玩发现C很TM简单,如果赛时我能切C说不定直接上1800.。。。 时隔多年,我的**Codeforces Rating(1718) 再次超越了 @cqbzlhy**(1674 阅读全文
posted @ 2023-07-24 21:55 spdarkle 阅读(315) 评论(0) 推荐(0)
摘要: # $Atcoder$ $Beginner$ $Contest$ $311$ 首先,ABC题是个人都会,这里就不说了 其次,Ex我是人故我不会,这里也不说了 ## D MD读错一个题害的我瞪了好久好久。。。。 题意: 给定一个矩阵,其中有些是墙(边界也是),最初人在 $(2,2)$,每一次可以选择上 阅读全文
posted @ 2023-07-23 17:02 spdarkle 阅读(55) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 25 下一页