发表评论取消回复
相关阅读
相关 Codeforces Round #834 (Div. 3) D. Make It Round
[Problem - D - Codeforces][] ![1c21641e1301413ea5db4b38f928ab5a.png][] Code: incl
相关 Codeforces Round #839 (Div. 3) C. Different Differences
[Problem - C - Codeforces][] 题意: 给定n和k,让你构造一个长度为k的数列,使其差分数组的数的种类尽可能多 思路: 贪心+构造 种类尽可
相关 Codeforces Round #839 (Div. 3) D. Absolute Sorting
[Problem - D - Codeforces][] 题意: 给定一个数列,让你选定一个 x ,然后让所有数都变成 abs(a\[i\]-x),问你 x 取多少可以使该
相关 Codeforces Round #839 (Div. 3) E Permutation Game
[Problem - E - Codeforces][] 题意: 给定一个排列,两个人博弈,每次他可以给所有涂蓝的块排序,然后把一个红的染成蓝色。先手想把数列排成升序,后手
相关 Codeforces Round #479 (Div. 3)
D:[Divide by three, multiply by two][Divide by three_ multiply by two] 除了这种做法还可以通过建图
相关 Codeforces Round #506 (Div. 3) D. Concatenated Multiples
题目:[点击打开链接][Link 1] 题意:给你n个数,求任意两个数组合而成能整除k的对数。 分析:根据除法的定义暴力就行了,用map或者unordered\_
相关 Codeforce Round #547 div3
A.Game 23 1.题目 [A][] 2.思路 直接考虑dfs即可,记录最小值,最后输出即可 include <stdio.h> c
相关 Codeforces Round #552 (Div. 3)D、E题解
D. Walking Robot 题意 机器人在一维坐标轴上从0走到x,中途可以在有光的地方可以选择给太阳能电池充电,每次移动都要消耗一单位电,蓄电池容量为a,太阳
相关 Codeforces Round #552 (Div. 3)
B. Make Them Equal Description 给定一个长度为 nn 的序列,请你选择一个非负整数 DD,然后将序列中的所有元素要么加上 DD,要么减去
相关 Codeforces Round #560 (Div. 3)
[Codeforces Round \560 (Div. 3)][Codeforces Round _560 _Div. 3] E. Two Arrays and
还没有评论,来说两句吧...