sS formatIntPercent_99(int percent) { ret formatInt(min(percent, 99), 2) + " %"; }