1953. 你可以工作的最大周数
你可以工作的最大周数
- 难度:
medium - 原始链接: https://leetcode.cn/problems/maximum-number-of-weeks-for-which-you-can-work
- 标签:
数学
解法一: 数学
1 | func numberOfWeeks(milestones []int) int64 { |
medium数学1 | func numberOfWeeks(milestones []int) int64 { |
Update your browser to view this website correctly.&npsb;Update my browser now