5ddc2e5
1 2 3 4 5 6
#!/usr/bin/php <?php $N=random_int(1,1e5); echo $N . PHP_EOL; for($i=0;$i<$N;$i++) echo random_int(0, 1e9) . PHP_EOL;