摘要:
class Solution(object): def largestSumAfterKNegations(self, A, K): """ :type A: List[int] :type K: int :rtype: int """ have_zero = False ne... 阅读全文
posted @ 2019-03-30 07:49
周洋
阅读(174)
评论(0)
推荐(0)
摘要:
class Solution(object): def clumsy(self, N): """ :type N: int :rtype: int """ op = {0: '*', 1: '//', 2: '+', 3: '-'} strN = list(map(str, range(N -... 阅读全文
posted @ 2019-03-30 07:00
周洋
阅读(180)
评论(0)
推荐(0)

浙公网安备 33010602011771号