using System; using System.Text; namespace A328078 { class Program { static void Main(string[] args) { Rectangle root = Rectangle.BuildRoot(); Console.WriteLine("{0} {1}", 0, Rectangle.Count); long width = 1; for (int n=1; n<=25; n++) { int d = (n - 1) % 2; if (d==0) { width *= 2; Rectangle.Inflate(); } for (int x=1; x