示例#1
0
 public static void Test()
 {
     long count = new RectangularGrid().countRectangles(3, 3);
 }
示例#2
0
 public static void Test()
 {
     long count = new RectangularGrid().countRectangles(3, 3);
 }