Дамп всех задач
This commit is contained in:
8
Pascal/mass/Program9.pas
Normal file
8
Pascal/mass/Program9.pas
Normal file
@@ -0,0 +1,8 @@
|
||||
const N = 31;
|
||||
var A: array[1..N] of integer;
|
||||
i, x, y: integer;
|
||||
s: real;
|
||||
begin
|
||||
for i:=1 to N do Random(40) - 20;
|
||||
|
||||
end.
|
||||
Reference in New Issue
Block a user