... do { int temp = sum % 1000; sum = sum / 1000; if (sum == 0) { sprintf(str[cur_index], "%d", temp); } else { sprintf(str[cur_index], ...
確定! 回上一頁