return 4->5->1->2->3->NULL. # Definition for singly-linked list. # class ListNode: # def __init__(self, x): # self.val = x # ...
確定! 回上一頁