All pastes #499761 Raw Edit

Mine

public text v1 · immutable
#499761 ·published 2007-05-21 07:00 UTC
rendered paste body
for (i=0;i<26;i++)
    {
        val += (counts[i]*(counts[i]-1)) / (total*(total-1));
    }