Help for this page

Select Code to Download


  1. or download this
                  w * h = (w - 2) * h + 10
    w * h - (w - 2) - h = 10
        h * (w - w + 2) = 10
                     2h = 10
                      h = 5
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
        }
        ++$width;
    }