Help for this page

Select Code to Download


  1. or download this
    pop 5
    shift 2
    shift 8
    ? 4
    
    Best score: 7
    
  2. or download this
    shift 16
    pop 13
    ...
    ? 2
    
    Best score: 10
    
  3. or download this
    use strict;
    use warnings;
    ...
    print "? $n\n\n";
    
    print "Best score: $total\n";