摘要:
mycode 77.79% 参考 阅读全文
2019年6月17日
摘要:
mycode 92.62% 参考 阅读全文
摘要:
mycode Runtime Error Message:Line 11: MemoryError Last executed input:[2147483647] 44.76% class Solution(object): def firstMissingPositive(self, nums) 阅读全文
摘要:
mycode time limited 参考: 把求水的容量转换成求面积 假设: 第i条和第j条(i < j)线和x轴围起来面积最大,那么最大面积为Sij = min(ai, aj) * (j - i); 那么: 在j的右边没有比他更高的线 在i的左边也没有比他更高的线 在j的右边没有比他更高的线 阅读全文
摘要:
mycode 过不了。。。我也不知道为什么。。。 参考 阅读全文
摘要:
mycode 99.47% 阅读全文
摘要:
mycode 思路:这种方格图一定要预先设置定位的变量,例如最大的长、宽,变化中的长、宽,在while循环中也要不断判断是否满足break条件 阅读全文