豁达的烤冷面不讲武德
豁达的烤冷面不讲武德
全部文章
分类
题解(2)
归档
标签
去牛客网
登录
/
注册
豁达的烤冷面不讲武德的博客
全部文章
(共2篇)
题解 | #分糖果#
# # 动态规划从左往右循环一次,保证比左边邻居大,从右往左保证比右边邻居大 # @param ratings int整型一维数组 # @return int整型 # class Solution: def candy(self , ratings ): # write ...
Python3
2021-09-19
2
626
题解 | #printf的返回值#
C#的代码是这样的,字符串打印的返回值是字符串的长度,知道这个就能写出这个问题的答案了。 using System; namespace BasicEx { class Ex9 { static void Main(string[] args) { ...
2021-07-20
0
438