Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    
    ...
    match 3;
    match 4;
    match 5;
    
  2. or download this
    #include <stdio.h>
    #include <stdlib.h>
    ...
    
        exit( 0 );
    }
    
  3. or download this
    1: 1
    2: 1
    3: 1
    4: 1
    5: 0
    
  4. or download this
    1: 4
    2: 3
    3: 2
    4: 1
    5: 0