sS str_toM_questionMarkIfZero(long l) { ret l == 0 ? "?" : toM(l) + " MB"; }