int top(stack s
{
if(IsEmpty(s))
printf("\nStack is empty");
return ;
}
return s->Array[s->top];
_潇潇暮雨
qq_不二_0
peRsiStenc
相关分类