public static int Main() {
   int result = 1;
   Stack s = new Stack();
   result = s.m();
   return result == 2 ? 0 : 1;
 }