Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
            printf "%05b\n", (1 << $left) | (1 << $right);
        }
    }
    
  2. or download this
    00011
    00101
    ...
    10010
    10100
    11000