Help for this page

Select Code to Download


  1. or download this
    #! perl
    use strict;
    ...
    {
        print "$n\n" if any { $n == $_ } (40, 47, 76);
    }
    
  2. or download this
    17:34 >perl 1074_SoPW.pl
    40
    ...
    76
    
    17:34 >