Help for this page

Select Code to Download


  1. or download this
     
    @array =  (-20,20,1,1,2,2,2,9,3,-4,-4,5,-20,20);
    @array1 = ( 10,11,7,9,3,3,3,1,3, 4, 5,5,  1,30);
    
  2. or download this
     
    @output =  ( -20, , ,1, , , ,9,3, ,-4, 5, ,20); 
    @output1 = (  10, , ,9, , , ,1,3, , 5, 5, ,30);