/* function ListNode(x){ this.val = x; this.next = null; } */ export function reverseList(pHead) { console.log(pHead) }
5a2b2
c0f2d
06596
9b9e4
c374b
b0275
5f1e1
03b38
02ab1
871d0
2a2f2