Ejemplo n.º 1
0
 public int pop()
 {
     return stacks.pop();
 }
Ejemplo n.º 2
0
 public int pop()
 {
     return(stacks.pop());
 }