uses crt,graph;
var x,z:real;
y:integer;
Gd, Gm: Integer;
begin
Gd := Detect;
InitGraph(Gd, Gm, 'C:/tp/bgi');
for y:=1 to 200 do
begin
z:=478*y-17121-y*y;
x:=sqrt(z)+319;
putpixel(round(x),y,15);
end;
readln;
closegraph;
end.
Caute, neviete preco mi pri tej odmocnine(sqrt) hadze chybu"Invalid floating pointoperation"?
Cely zdrojak som dal kvoli typu premennych. Viem co chyba znamena ale neviem ju odstranit.... PLEASE> RYCHLO