Help for this page

Select Code to Download


  1. or download this
      0  0  0  0 -1
      0  0  0  0
      0  0  0  0 -1
      0  0  0  0
              -1
    
  2. or download this
      1  2  3  4*-1
      0  0  0  5
    ...
      0  0  0  7
               *
              -1
    
  3. or download this
      1  2  3  4 -1
      0  0  0  5  x
      0  0  0  6 -1
      0  0  0  7  x
      x  x  x -1...
    
  4. or download this
      1  2  3  4 -1
      *
    ...
     11  0  0  6 -1>
    <10  9  8  7  x
      x  x  x -1...
    
  5. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
            printf " %".length($v)."d", $_;
        }
    }
    
  6. or download this
    my @s= ( ( (0)x$n, -1 )x$n, (-1)x$n, -1 );
    
  7. or download this
      0  0  0  0 -1
      0  0  0  0 -1
      0  0  0  0 -1
      0  0  0  0 -1
     -1 -1 -1 -1 -1