public void Test() { var result = new Lc19().RemoveNthFromEnd(new ListNode(1), 1); Assert.IsNull(result); }