摘要:
输入:9001输出:九千零一#include#include#include#define DEBUG printf/*========================================================*/int len_num(int num); //to judge the length of the numberchar* my_itoa(int num, int len); //to transform the number to a stringchar* handle_str(char* str_num, int len); //transform.. 阅读全文