Пример #1
0
 void PrintResult(ListNode res)
 {
     System.Console.WriteLine("Leetcode #148:");
     res.PrintOut();
 }
Пример #2
0
 void PrintResult(ListNode head)
 {
     System.Console.WriteLine("Leetcode #147:");
     head.PrintOut();
 }