static S formatScore(double score) { ret formatDouble(score, 2) + " %"; }