search

Home  >  Q&A  >  body text

There is logic that cannot be expressed in code...

//举例
$a = [4,6,5,9,7,8,2,5,6,4,1,2,3,8,9];
$b = [3,7,5,9,7,8,2,5,8,4,1,2,3,8,0];

Randomly generates an array like $a and stores it in the 001.txt file.

Randomly generate an array and determine whether it exists in 001.txt. If it does not exist, store the array in the 001.txt file. If it exists, stop the program and return the last generated array

移动用户-5007381移动用户-50073811753 days ago834

reply all(1)I'll reply

  • faic***g

    faic***g2020-03-11 20:06:18

    It's not difficult, think about it carefully

    reply
    0
  • Cancelreply