struct stack{ int s[size]; int top = -1; } st;