发表评论取消回复
相关阅读
相关 CF489C Given Length and Sum of Digits
题目: Given Length and Sum of Digits ,哈哈,我们今天来看一道比较简单的贪心题,虽然比较简单,但是如果不仔细的话很容易出错的额,这是选自cod
相关 LeetCode(Sorting)2160. Minimum Sum of Four Digit Number After Splitting Digits
1.问题 You are given a positive integer num consisting of exactly four digits. Split nu
相关 「CF442C」 Artem and Array
题目链接 [戳我][Link 1] \\(Solution\\) 观察发现如果一个数两边都比他大,删掉他可以保证最优,这个应该是显然的。这个东西用单调栈维护一下,
相关 LeetCode:1281. Subtract the Product and Sum of Digits of an Integer整数的各位积和之差(C语言)
题目描述: 给你一个整数 n,请你帮忙计算并返回该整数「各位数字之积」与「各位数字之和」的差。 示例 1: 输入:n = 234 输出:15 解释: 各位数
相关 Backward Digit Sums(POJ-3187)题解
文章目录 题目描述 Input Output Sample Input Sample Output
相关 C. Sum of Cubes
[传送门][Link 1] ![在这里插入图片描述][watermark_type_ZmFuZ3poZW5naGVpdGk_shadow_10_text_aHR0cHM6L
相关 CF1073C Vasya and Robot
CF题目难度普遍偏高啊…… 一个乱搞的做法。因为代价为最大下标减去最小的下标,那么可以看做一个区间的修改。我们枚举选取的区间的右端点,不难发现满足条件的左端点必然是不降的。那
相关 [CF342C]Cupboard and Balloons 题解
前言 博主太弱了 题解 这道题目是一个简单的贪心。 首先毋庸置疑,柜子的下半部分是要放满的。 于是我们很容易想到,分以下三种情况考虑: ![14406
相关 CF1168C And Reachability(DP)
其实也不难。(自己没想到自己打自己脸) 首先定义 $g\[i\]\[j\]$ 表示 $i$ 前面(不包括 $i$)第一个第 $j$ 位是 $1$ 的数的位置。可以随便转移。
相关 CodeForces - 1409 - Decrease the Sum of Digits - 【 贪心+数学 】题解
目录 1.题目 2.思路 3.AC代码 1.题目 You are given a p
还没有评论,来说两句吧...