用栈将十进制正整数n转换为r进制数

2024年11月22日 02:07
有1个网友回答
网友(1):

int StackEmpty(SeqStack *s)
{
return s->top==-1; //表示判断
}