摘要:
改了很多溢出的问题之后,发现最优时间也是1ms,而大部分人都是0ms,悲伤之余去看了下别人的解答…… 只想说思路很重要。刚开始也想到了,后续的台阶步数是与之前的和有关系的,但是没仔细找…… 好吧。就当复习了一下组合数的计算方法,以及溢出的应对办法/(ㄒoㄒ)/~~ 题目 You are climbi 阅读全文
摘要:
自己写了一种方法,看了别人的解析之后觉得自己的方法好low,不高效也不明智。所以决定记录下来。 题目要求 Given an array of size n, find the majority element. The majority element is the element that app 阅读全文
摘要:
记录下用apktoolkit反编译时报的几个错误: 1、resource.arsc文件 错误内容:Exception in thread "main" brut.androlib.AndrolibException: Could not decode arsc file 用010editor打开从a 阅读全文