public static void Main()
Console.WriteLine("Side a:");
int a = int.Parse(Console.ReadLine());
Console.WriteLine("'a' should be greater than '0' and less than " + A);
Console.WriteLine("Side b:");
int b = int.Parse(Console.ReadLine());
Console.WriteLine("'b' should be greater than '0' and less than " + B);
horizontal = rows * columns;
vertical = rows * columns;
int result = Math.Max(horizontal, vertical);
Console.WriteLine("Max number of cutable rectangles is: " + result);