【无标题】十进制转换成任意进制#include<stdio.h>#include<stdlib.h>#define ERROR -1int m,n,e;typedef int Status;typedef struct Node{int7月前420