fork download
  1. <?php
  2. for($i = 1; $i < 2167482/2; $i++ ){
  3. if(2167482 % $i == 0 && 2188671 % $i == 0 && 2188533 % $i == 0 && 2435484 % $i ==0){
  4. echo $i."\n";
  5. }
  6. }
  7. ?>
Success #stdin #stdout 0.33s 20520KB
stdin
Standard input is empty
stdout
1
3