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