Help for this page

Select Code to Download


  1. or download this
    @info = function to read input ;
    
    ...
      my $y = (split ' ', $b)[2];
      $y <=> $x;
    }
    
  2. or download this
    $a0 = $a -> [2]
    
  3. or download this
    $x = (split ' ', $a)[2];