mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-11 10:21:43 +08:00
移除零宽空格
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<pre>
|
||||
<strong>输入:</strong>numCourses = 2, prerequisites = [[1,0],[0,1]]
|
||||
<strong>输出:</strong>false
|
||||
<strong>解释:</strong>总共有 2 门课程。学习课程 1 之前,你需要先完成课程 0 ;并且学习课程 0 之前,你还应先完成课程 1 。这是不可能的。</pre>
|
||||
<strong>解释:</strong>总共有 2 门课程。学习课程 1 之前,你需要先完成课程 0 ;并且学习课程 0 之前,你还应先完成课程 1 。这是不可能的。</pre>
|
||||
|
||||
<p> </p>
|
||||
|
||||
|
Reference in New Issue
Block a user