sS intToStringWithExplicitPlus(int i) { ret i > 0 ? "+" + i : str(i); }