Help for this page

Select Code to Download


  1. or download this
    my @arr1 = (15, 2, 7);
    #return 0
    
  2. or download this
    my @arr2 = (1, 2, 3, 4, 20, 100);
    #return 1
    
  3. or download this
    my @arr3 = (2, 3, 5, 7, 2);
    #return 0