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

2024-11-22 02:07:39
推荐回答(1个)
回答1:

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