Advertisement
Kocyk

HLA 2 wejsciowka

Oct 30th, 2019
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. program a;
  2. #include ("stdlib.hhf");
  3. var;
  4. x:int32;
  5. licz:int32;
  6.  
  7. begin a;
  8. mov(7,x);
  9. mov(0,licz);
  10. while(x<61)do
  11. mov(0,licz);
  12. while(licz<6)do
  13. stdout.put(x:5);
  14. add(1,x);
  15. add(1,licz);
  16. endwhile;
  17. stdout.put(nl);
  18. endwhile;
  19. end a;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement