Advertisement
AZZATSSINS_CYBERSERK

chall anu

Jul 11th, 2017
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. <?php
  2. /*AZZATSSINS*/
  3. $x="5";
  4. $l="6";
  5. for($i=1;$i<=$x;$i++){
  6. echo $i." => ";
  7. for($o=$i+1;$o<=$l+$i;$o++){
  8. echo $o." ";
  9. } echo "\n"; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement