摘要: /*Given n pieces of wood with length L[i] (integer array). Cut them into small pieces to guarantee you could have equal or more than k pieces with the 阅读全文
posted @ 2021-06-18 07:10 Schwifty 阅读(31) 评论(0) 推荐(0)
摘要: We are given an array nums of positive integers, and two positive integers left and right (left <= right). Return the number of (contiguous, non-empty 阅读全文
posted @ 2021-06-18 05:19 Schwifty 阅读(42) 评论(0) 推荐(0)