#khalid
Var a,b,c: integer;
begin
a:=36;
b:=49;
c:=sqrt(a) sqrt(b);
write(c);
end.

Natija-?