السلام عليكم
لاحظوا الصورة
هل يمكن التوصل للحل باستعمال الاكواد
لاحظوا الصورة
هل يمكن التوصل للحل باستعمال الاكواد
for car = 1,10 do for bal = 1,10 do for lez = 1,10 do
for bat = 1,10 do for cof = 1,10 do
if bal + 4*car == 22
and 3*bal + 2*car == 16
and 2*car + 2*lez + cof == 19
and 2*car + bal + lez + cof == 17
and 2*car + cof + bal + bat == 16
and 2*bal + lez + cof + bat == 12
and 2*bal + 2*car + lez == 18
and 2*bal + lez + car + bat == 16 then
x = car + 3*cof + bat ;
f = 2*bal + 2*bat + cof;
break
end end end end end end
Dialog.Message("",x.."--"..f);