发表评论取消回复
相关阅读
相关 D1. Equalizing by Division(hard 1600)————暴力+贪心
题目连接][Link 1] /***** 该题是用最少的操作, 产生k个相等的数字 思路: 直接暴力, 因为每个数大小2e5 , 2的18次方2e5多, 所以每...
相关 [Gym-101550D] 贪心
道题贪心题,硬生生的让我做成了dp 思路: 低价买 高价卖 找非递减子序列(就是将该段序列 看成多个 非递减子序列的拼接 ) include<b...
相关 【贪心】CF1841 D
[Codeforces][] 题意: ![f231a62f84944973acc878c8bcd43a09.png][] ![eed5aa21f67e4bf8a27aad
相关 【贪心】CF1779 D
不会1700 [Problem - 1779D - Codeforces][] 题意: ![2812e830d8fc42acaa190aa13f186e7a.png][]
相关 C. The Number Of Good Substrings————暴力思维(1600 cf)
[https://codeforces.com/problemset/problem/1217/C][https_codeforces.com_problemset_probl
相关 codeforces 276D 贪心
D. Little Girl and Maximum XOR time limit per test 2 seconds memory limit per test 2
相关 CodeForces 825D(贪心)
问题描述: You are given two strings s and t consisting of small Latin letters, string s can
相关 C. Prime Swaps(暴力+贪心)
题目链接:[http://codeforces.com/problemset/problem/432/C][http_codeforces.com_problemset_pro
相关 D. Pythagorean Triples (math、暴力)
[题目][Link 1] 题解: ![在这里插入图片描述][watermark_type_ZmFuZ3poZW5naGVpdGk_shadow_10_text_aH
相关 1421D - Hexagons (贪心)
[题目][Link 1] 思路:将此坐标转化为直角坐标系(纵坐标,横坐标),然后将六条路径优化,上cs = min(c6, c5 + c1), 下cx = min(c3,
还没有评论,来说两句吧...