Help for this page

Select Code to Download


  1. or download this
    >perl -E"$h{rand()}++ for 1..1e6; printf qq[prob: %.3f%%\n], (keys(%h)
    +/1e4)"
    prob: 3.277%
    ...
    
    >perl -E"$h{rand()}++ for 1..1e6; printf qq[prob: %.3f%%\n], (keys(%h)
    +/1e4)"
    prob: 3.277%
    
  2. or download this
    void makeDir( void ) {
        in t i = 10;
    ...
    
        return;
    }