(Gast)
n/a Beiträge
|
Re: Hilfe gesucht...
22. Mai 2007, 19:51
Delphi-Quellcode:
for a:=0 to 9 do
for b:=0 to 9 do
for c:=0 to 9 do
//...
begin
if (a*a*b+c*d=a*b*e) and (c*i*k+c*k*b=l*e*d) and (...) then
begin
//LÖSUNG
end;
end;
//...
edit: zu spät
|
|
Zitat
|