pct
pct(int n)
#define pct(t) (total == 0 ? 0.0 : ((double)t * 100.0 / (double)total))
pct(long top, long bot)