sS str_toGBorMB(bool gb, long n) { ret gb ? toG(n) + " GB" : toM(n) + " MB"; }