Help for this page

Select Code to Download


  1. or download this
    # script
    while ( $_ = <STDIN> ) {
      print;
    }
    
  2. or download this
    #input
    42
    0
    1042