if(list1==null)return list2; if(list2==null)return list1; if(list1.val<=list2.val){ list1.next=Merge(...