Created
October 19, 2016 18:12
-
-
Save Kanol/f4a94a9703ea9da5c96b83d6d19ced3b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
program n6; | |
var n, i:integer; | |
begin | |
readln(n); | |
for i:=1 to n do | |
writeln(random(1000)); | |
end. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment