Help for this page

Select Code to Download


  1. or download this
    #! perl -w
    sub H($$){
    ...
    #234567890123456789012345678901234567890123456789012345678901234567890
    +12345678901234
    map{int(1e3*$_*$_[0])/1e3}grep!$_{$_}++,sort{$a<=>$b}map{$.=$_;map$./$
    +_,1..$_}1..pop
    }
    
  2. or download this
    sub H($$){
    #________1_________2_________3_________4_________5_________6_________7
    +______
    #234567890123456789012345678901234567890123456789012345678901234567890
    +123456
    map{$.=$_,map$_{int($_[0]*1e3*$./$_)/1e3}++,1..$_}1..pop;sort{$a<=>$b}
    +keys%_
    }
    
  3. or download this
    sub H($$){
    #________1_________2_________3_________4_________5_________6_________7
    +______
    #234567890123456789012345678901234567890123456789012345678901234567890
    +123456
    $.=$_,map$_{int($_[0]*1e3*$./$_)/1e3}++,1..$_ for 1..pop;sort{$a<=>$b}
    +keys%_
    }
    
  4. or download this
    sub H($$){
    #________1_________2_________3_________4_________5_________6_________7
    +_
    #234567890123456789012345678901234567890123456789012345678901234567890
    +1
    for$.(1..pop){$_{int($_[0]*1e3*$./$_)/1e3}++for 1..$.}sort{$a-$b}keys%
    +_
    }