Thema: Delphi Hilfe gesucht...

Einzelnen Beitrag anzeigen

fLaSh11
(Gast)

n/a Beiträge
 
#7

Re: Hilfe gesucht...

  Alt 22. Mai 2007, 18: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
  Mit Zitat antworten Zitat