w = int(sqrt(area)) # 面积开根号
while area % w: # != 1 则表示不成立
w -= 1
return [area // w, w] # L 大 w 小
[leetcode 10-24] 二、构造矩形
猜你喜欢
转载自blog.csdn.net/weixin_45492560/article/details/120937081
今日推荐
周排行