sS emptyIfOne(int i) { ret i == 1 ? "" : str(i); }