mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
移除零宽空格
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<strong>Input:</strong> milestones = [1,2,3]
|
||||
<strong>Output:</strong> 6
|
||||
<strong>Explanation:</strong> One possible scenario is:
|
||||
- During the 1<sup>st</sup> week, you will work on a milestone of project 0.
|
||||
- During the 1<sup>st</sup> week, you will work on a milestone of project 0.
|
||||
- During the 2<sup>nd</sup> week, you will work on a milestone of project 2.
|
||||
- During the 3<sup>rd</sup> week, you will work on a milestone of project 1.
|
||||
- During the 4<sup>th</sup> week, you will work on a milestone of project 2.
|
||||
|
Reference in New Issue
Block a user