07 2021 档案

摘要:Educational Codeforces Round 112 (Rated for Div. 2) A - PizzaForces 有$3$种规格的pizza,分别有$6,8,10$块,需要烤制的时间分别为$15,20,25$。 若要至少获得$n$块,则最小烤制时间为多少。 对于$100%$的数 阅读全文
posted @ 2021-07-31 12:35 Maystern 阅读(56) 评论(0) 推荐(0) 编辑
摘要:Educational Codeforces Round 111 Problem A. Find The Array 找到长度最小且为$n$的数组$a_n$,使之满足: 对于$1 \leq i \leq n$,有$a_i=1$或者$a_-1,a_i-2 \in {a_n},\sum a_i = s$ 阅读全文
posted @ 2021-07-17 21:55 Maystern 阅读(90) 评论(0) 推荐(0) 编辑
摘要:Codeforces Round #732 (Div. 2) Problem A. AquaMoon and Two Arrays 数组$a_n,b_n$由非负整数组成,要求一个方案让$a_n$按下列规则变化后等于$b_n$ 选择$(i,j)$后操作:\(a'_i = a_i - 1 , a'_j 阅读全文
posted @ 2021-07-14 20:21 Maystern 阅读(65) 评论(0) 推荐(0) 编辑
摘要:Codeforces Round #731 (Div. 3) Problem A. Shortest Path with Obstacle 本题有$t$组数据。 点$A(x_1,y_1),B(x_2,y_2),F(x_3,y_3)$ 要求从$A$走到$B$,路径中不能经过$F$。 求最短路长度。 对 阅读全文
posted @ 2021-07-12 22:27 Maystern 阅读(147) 评论(0) 推荐(0) 编辑
摘要:Codeforces Round #725 (Div. 3) 题解 Problem A. Stone Game 本题有$t$组数据。 给出一个数组${a_n}$,每次可以花费$a_i$的能量拿走位于两边的数$a_i$,若需要拿走最大和最小的$a_i$,求所需花费的最少的能量。 对于$100%$的数据 阅读全文
posted @ 2021-07-10 19:13 Maystern 阅读(47) 评论(0) 推荐(0) 编辑
摘要:Codeforces Round #730 (Div. 2) 题解 Problem A Exciting Bets 本题有$t$组数据。 给出两个数$a,b$,进行一次操作可以同时将两个数增加或减少\(1\),设经过$k$次操作后的两个数为$a',b'$。 求出让$gcd(a',b')$最大值,并求 阅读全文
posted @ 2021-07-08 13:49 Maystern 阅读(138) 评论(0) 推荐(2) 编辑