Help for this page

Select Code to Download


  1. or download this
    use List::Util 'shuffle';
    
    ...
    print "A = [@A]\nB = [@B]\n";
    print "exact:   $exact\n";
    print "inexact: $inexact\n";
    
  2. or download this
    A = [4 5 1 0]
    B = [3 1 5 0]
    exact:   1
    inexact: 2