@ -0,0 +1,16 @@
<?php
$num = 600851475143;
$div = 2;
while ($num > 1) {
if (($num % $div) == 0) {
$num = $num / $div;
$div--;
}
$div++;
echo $div . "\n";
?>
The note is not visible to the blocked user.