lotto.c
changeset 77 49e0babccb23
parent 61 4b4c97f179da
child 85 9568a180fc43
equal deleted inserted replaced
76:c46968bddef5 77:49e0babccb23
     1 /**
     1 /**
     2  * test/demos/lotto.c
     2  * lotto.c
     3  * computes the best n lottery-values from m loops out of [1..end]
     3  * computes the best n lottery-values from m loops out of [1..end]
     4  *
     4  *
     5  *  ------------------------------------------------------------------------------
     5  *  ------------------------------------------------------------------------------
     6  * | ==18509== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 13 from 1)    |
     6  * | ==18509== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 13 from 1)    |
     7  * | ==18509== malloc/free: in use at exit: 0 bytes in 0 blocks.                  |
     7  * | ==18509== malloc/free: in use at exit: 0 bytes in 0 blocks.                  |