بالمحاكاة :
[html]for z = -Math.Ceil(Math.Sqrt(96)),96 do
for x = 1,27 do
for y = 1,24 do
d = x*x*x;g =y*y*y*x;k= x*y*z*z
if d == 27 and g == 24 and k== 96 then
Dialog.Message("Notice", z+x*y);
end
end
end
end[/html]
[html]for z = -Math.Ceil(Math.Sqrt(96)),96 do
for x = 1,27 do
for y = 1,24 do
d = x*x*x;g =y*y*y*x;k= x*y*z*z
if d == 27 and g == 24 and k== 96 then
Dialog.Message("Notice", z+x*y);
end
end
end
end[/html]
تعليق