Leetcode 給的資料結構為:. Java public class ListNode { int val; ListNode next; ListNode() {} ListNode(int val) { this.val = val; }
確定! 回上一頁