发表评论取消回复
相关阅读
相关 Codeforces Round #826 (Div. 3) C
[Problem - C - Codeforces][] 题意: 给定一个长度为n的数组,求将该数组分为连续的几个部分,使得每一部分内部的和相同。求分完后每一部分的最大值最
相关 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 #719 (Div. 3) D. Same Differences 动态map维护
[Problem - D - Codeforces][] 题意: ![98d25cd6320e44d143d3cadbc49e4804.png][] 思路: 这种题,一
相关 Codeforces Round #479 (Div. 3)
D:[Divide by three, multiply by two][Divide by three_ multiply by two] 除了这种做法还可以通过建图
相关 Codeforces Round #481 (Div. 3) C. Letters
题目链接:http://codeforces.com/contest/978/problem/C C. Letters time limit per test4 sec
相关 Codeforces Round #552 (Div. 3)
C. Gourmet Cat 题目:[http://codeforces.com/contest/1154/problem/C][http_codeforces.com_
相关 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
还没有评论,来说两句吧...