Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    print "$answeredCount,".($queryCount-$answeredCount)."\n";
    
  2. or download this
    $connected{firstSet}{$n1}=1; # or better $connected{1}{x}=1;
    $connected{secondSet}{$n1}=1; # or better $connected{2}{x}=1;