Add Pascal learning files
This commit is contained in:
6
PascalABCnet/параметр цикла for/for3.pas
Normal file
6
PascalABCnet/параметр цикла for/for3.pas
Normal file
@@ -0,0 +1,6 @@
|
||||
program for3;
|
||||
var k,n,i:integer;
|
||||
begin
|
||||
Read(k,n);
|
||||
For i:=k to n do WriteLn(k);
|
||||
end.
|
||||
Reference in New Issue
Block a user