static S printScore(S desc, double score, double total) { ret print("[" + ratioToIntPercent_floor(score, total) + "%] " + score + "/" + total + ": " + desc); }