摘要:
View Code #include "iostream"#include "cstring"using namespace std;char *output(int n,int m){ char ch[]="0123456789ABCDEF"; char *tmp=new char[100]; char *result=NULL; memset(tmp,0,100); int i=0,j; while(n) { tmp[i]=ch[n%m]; n/=m; i++;... 阅读全文
posted @ 2013-05-04 20:45
爱嘉牛LA
阅读(180)
评论(0)
推荐(0)

浙公网安备 33010602011771号