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