Help for this page

Select Code to Download


  1. or download this
    Input:
    c 1 2
    ...
    c 1 2
    q 4 3
    c 8 4
    
  2. or download this
    my $queryCount=0;
    my $answeredCount=0;
    ...
    }
    close (INP);
    print "$answeredCount,".($queryCount-$answeredCount)."\n";