mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
移除零宽空格
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
<p>You must make a <strong>move</strong> for every piece on the board simultaneously. A <strong>move combination</strong> consists of all the <strong>moves</strong> performed on all the given pieces. Every second, each piece will instantaneously travel <strong>one square</strong> towards their destination if they are not already at it. All pieces start traveling at the <code>0<sup>th</sup></code> second. A move combination is <strong>invalid</strong> if, at a given time, <strong>two or more</strong> pieces occupy the same square.</p>
|
||||
|
||||
<p>Return <em>the number of <strong>valid</strong> move combinations</em>.</p>
|
||||
<p>Return <em>the number of <strong>valid</strong> move combinations</em>.</p>
|
||||
|
||||
<p><strong>Notes:</strong></p>
|
||||
|
||||
|
Reference in New Issue
Block a user