End
ANVARINFO, # ANVARINFO (11.02.2019 / 23:53)
Var a,b,c: integer;
begin
a:=36;
b:=49;
c:=sqrt(a) sqrt(b);
write(c);
end.

Natija-?
13