Help for this page

Select Code to Download


  1. or download this
    perl -e '@stack = (); sub notify { return qq~!!!!@_[0]!!!~}; for(qw~+ 
    +- + - + - + + - +~) {push @stack, $_; (@stack[-2] ne $_  )? print 0 :
    + print notify(1)   };'
    
  2. or download this
     perl -e '@stack = (); sub notify { return qq~!!!!@_[0]!!!~}; for(qw~+
    + - + - + - + + - +~) {push @stack, $_; (@stack[-2] ne $_  )? print 0 
    +: print notify(1); if (@stack >= 3){shift @stack}   };  use Data::Dum
    +per; print Dumper \@stack;'
    
  3. or download this
    0000000!!!!1!!!00$VAR1 = [
              '-',
              '+'
            ];