Дамп всех задач
This commit is contained in:
7
Pascal/Linerall/Program6.pas
Normal file
7
Pascal/Linerall/Program6.pas
Normal file
@@ -0,0 +1,7 @@
|
||||
Program pr1;
|
||||
var x1, y1, x2, y2: integer;
|
||||
begin
|
||||
writeln('x1, y1, x2, y2');
|
||||
readln(x1,y1,x2,y2);
|
||||
writeln('<27><><EFBFBD><EFBFBD><EFBFBD> ', sqrt(sqr(x2-x1)+sqr(y2-y1)));
|
||||
end.
|
||||
Reference in New Issue
Block a user