AB
Size: a a a
AB
VG
VG
AB
MV
ts = function (a,b,c,d,e,f)
if (a+b+c)==(d+e+f)
return 1
else
return 0
end
end
lucky = function()
li = [ts(a,b,c,d,e,f) for a=0:9, b=0:9, c=0:9, d=0:9, e=0:9, f=0:9]
return sum(li)
end
AB
AB
AB
VG
AB
AB
AB
AB
VG
VF
VG
TL
VG
JV
JV