Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
      $ans++ if $total == 0;
    }
    print $ans;
    
  2. or download this
    #!/usr/bin/perl -w
    use Math::Pari qw/ PARI / ;
    ...
    $cmd =~ s/\s//g;
    PARI $cmd ;
    print PARI('ans');