Example 2: Input: n = 6, edges = [[3,0],[3,1],[3,2],[3,4],[5,4]] Output: [3,4]. Constraints: 1 <= n <= 2 * 10 4 ; edges.length == n - 1; 0 <= ai, bi < n ...
確定! 回上一頁