第一题:在控制台程序中输入两个整数,并输出其中较大的那个数。 public static void System1() { int a = int.Parse(Console.ReadLine()); int b = i