Characters ('a' to 'i') are represented by ('1' to '9') respectively. Characters ('j' to 'z') are represented by ('10#' to '26#') respectively. Return the string formed after mapping. It's guaranteed ...
int i = 0, sign = 1, total = 0; // variables for index, sign of number, and total number ...