Help for this page

Select Code to Download


  1. or download this
    Data Structure
    1,1,,,,
    ...
    5,6,3,4,1,2
    1,1,,,,
    1,1,1,1,1,1
    
  2. or download this
      #Success & Fail
      if((($f[1]==1)&&($f[2]==1))||(($f[3]==1)&&($f[4]==1))||(($f[5]==1)&&
    +($f[6]==1)))   {
    ...
      }else{
        $fail = 0;
      }