Kombinace 4 čísel
4. 12. 2010
# Kombinace 4 čísel
# (předělávaná na 5 čísel)
print""
a = raw_input ("Zadejte 1. cislo : ")
print""
b = raw_input ("Zadejte 2. cislo : ")
print""
h = raw_input ("Zadejte 3. cislo : ")
print""
g = raw_input ("Zadejte 4. cislo : ")
print""
i = raw_input ("Zadejte 5. cislo : ")
print ""
c = float(a)+float(b)
ca = float(a)+float(b)+float(h)
caa = float(a)+float(b)+float(h)+float(g)
caaa = float(a)+float(b)+float(h)+float(g)+float(i)
caab = float(a)+float(b)+float(h)+float(g)-float(i)
caac = float(a)+float(b)+float(h)+float(g)/float(i)
caad = float(a)+float(b)+float(h)+float(g)*float(i)
cab = float(a)+float(b)+float(h)-float(g)
caba = float(a)+float(b)+float(h)-float(g)+float(i)
cabb = float(a)+float(b)+float(h)-float(g)-float(i)
cabc = float(a)+float(b)+float(h)-float(g)/float(i)
cabd = float(a)+float(b)+float(h)-float(g)*float(i)
cac = float(a)+float(b)+float(h)/float(g)
caca = float(a)+float(b)+float(h)/float(g)+float(i)
cacb = float(a)+float(b)+float(h)/float(g)-float(i)
cacc = float(a)+float(b)+float(h)/float(g)/float(i)
cacd = float(a)+float(b)+float(h)/float(g)*float(i)
cad = float(a)+float(b)+float(h)*float(g)
cada = float(a)+float(b)+float(h)*float(g)+float(i)
cadb = float(a)+float(b)+float(h)*float(g)-float(i)
cadc = float(a)+float(b)+float(h)*float(g)/float(i)
cadd = float(a)+float(b)+float(h)*float(g)*float(i)
cb = float(a)+float(b)-float(h)
cba = float(a)+float(b)-float(h)+float(g)
cbaa = float(a)+float(b)-float(h)+float(g)+float(i)
cbab = float(a)+float(b)-float(h)+float(g)-float(i)
cbac = float(a)+float(b)-float(h)+float(g)/float(i)
cbad = float(a)+float(b)-float(h)+float(g)*float(i)
cbb = float(a)+float(b)-float(h)-float(g)
cbba = float(a)+float(b)-float(h)-float(g)+float(i)
cbbb = float(a)+float(b)-float(h)-float(g)-float(i)
cbbc = float(a)+float(b)-float(h)-float(g)/float(i)
cbbd = float(a)+float(b)-float(h)-float(g)*float(i)
cbc = float(a)+float(b)-float(h)/float(g)
cbca = float(a)+float(b)-float(h)/float(g)+float(i)
cbcb = float(a)+float(b)-float(h)/float(g)-float(i)
cbcc = float(a)+float(b)-float(h)/float(g)/float(i)
cbcd = float(a)+float(b)-float(h)/float(g)*float(i)
cbd = float(a)+float(b)-float(h)*float(g)
cbda = float(a)+float(b)-float(h)*float(g)+float(i)
cbdb = float(a)+float(b)-float(h)*float(g)-float(i)
cbdc = float(a)+float(b)-float(h)*float(g)/float(i)
cbdd = float(a)+float(b)-float(h)*float(g)*float(i)
cc = float(a)+float(b)/float(h)
cca = float(a)+float(b)/float(h)+float(g)
ccaa = float(a)+float(b)/float(h)+float(g)+float(i)
ccab = float(a)+float(b)/float(h)+float(g)-float(i)
ccac = float(a)+float(b)/float(h)+float(g)/float(i)
ccad = float(a)+float(b)/float(h)+float(g)*float(i)
ccb = float(a)+float(b)/float(h)-float(g)
ccba = float(a)+float(b)/float(h)-float(g)+float(i)
ccbb = float(a)+float(b)/float(h)-float(g)-float(i)
ccbc = float(a)+float(b)/float(h)-float(g)/float(i)
ccbd = float(a)+float(b)/float(h)-float(g)*float(i)
ccc = float(a)+float(b)/float(h)/float(g)
ccca = float(a)+float(b)/float(h)/float(g)+float(i)
cccb = float(a)+float(b)/float(h)/float(g)-float(i)
cccc = float(a)+float(b)/float(h)/float(g)/float(i)
cccd = float(a)+float(b)/float(h)/float(g)*float(i)
ccd = float(a)+float(b)/float(h)*float(g)
ccda = float(a)+float(b)/float(h)*float(g)+float(i)
ccdb = float(a)+float(b)/float(h)*float(g)-float(i)
ccdc = float(a)+float(b)/float(h)*float(g)/float(i)
ccdd = float(a)+float(b)/float(h)*float(g)*float(i)
cd = float(a)+float(b)*float(h)
cda = float(a)+float(b)*float(h)+float(g)
cdaa = float(a)+float(b)*float(h)+float(g)+float(i)
cdab = float(a)+float(b)*float(h)+float(g)-float(i)
cdac = float(a)+float(b)*float(h)+float(g)/float(i)
cdad = float(a)+float(b)*float(h)+float(g)*float(i)
cdb = float(a)+float(b)*float(h)-float(g)
cdba = float(a)+float(b)*float(h)-float(g)+float(i)
cdbb = float(a)+float(b)*float(h)-float(g)-float(i)
cdbc = float(a)+float(b)*float(h)-float(g)/float(i)
cdbd = float(a)+float(b)*float(h)-float(g)*float(i)
cdc = float(a)+float(b)*float(h)/float(g)
cdca = float(a)+float(b)*float(h)/float(g)+float(i)
cdcb = float(a)+float(b)*float(h)/float(g)-float(i)
cdcc = float(a)+float(b)*float(h)/float(g)/float(i)
cdcd = float(a)+float(b)*float(h)/float(g)*float(i)
cdd = float(a)+float(b)*float(h)*float(g)
cdda = float(a)+float(b)*float(h)*float(g)+float(i)
cddb = float(a)+float(b)*float(h)*float(g)-float(i)
cddc = float(a)+float(b)*float(h)*float(g)/float(i)
cddd = float(a)+float(b)*float(h)*float(g)*float(i)
d = float(a)-float(b)
da = float(a)-float(b)+float(h)
daa = float(a)-float(b)+float(h)+float(g)
daaa = float(a)-float(b)+float(h)+float(g)+float(i)
daab = float(a)-float(b)+float(h)+float(g)-float(i)
daac = float(a)-float(b)+float(h)+float(g)/float(i)
daad = float(a)-float(b)+float(h)+float(g)*float(i)
dab = float(a)-float(b)+float(h)-float(g)
daba = float(a)-float(b)+float(h)-float(g)+float(i)
dabb = float(a)-float(b)+float(h)-float(g)-float(i)
dabc = float(a)-float(b)+float(h)-float(g)/float(i)
dabd = float(a)-float(b)+float(h)-float(g)*float(i)
dac = float(a)-float(b)+float(h)/float(g)
daca = float(a)-float(b)+float(h)/float(g)+float(i)
dacb = float(a)-float(b)+float(h)/float(g)-float(i)
dacc = float(a)-float(b)+float(h)/float(g)/float(i)
dacd = float(a)-float(b)+float(h)/float(g)*float(i)
dad = float(a)-float(b)+float(h)*float(g)
dada = float(a)-float(b)+float(h)*float(g)+float(i)
dadb = float(a)-float(b)+float(h)*float(g)-float(i)
dadc = float(a)-float(b)+float(h)*float(g)/float(i)
dadd = float(a)-float(b)+float(h)*float(g)*float(i)
db = float(a)-float(b)-float(h)
dba = float(a)-float(b)-float(h)+float(g)
dbaa = float(a)-float(b)-float(h)+float(g)+float(i)
dbab = float(a)-float(b)-float(h)+float(g)-float(i)
dbac = float(a)-float(b)-float(h)+float(g)/float(i)
dbad = float(a)-float(b)-float(h)+float(g)*float(i)
dbb = float(a)-float(b)-float(h)-float(g)
dbba = float(a)-float(b)-float(h)-float(g)+float(i)
dbbb = float(a)-float(b)-float(h)-float(g)-float(i)
dbbc = float(a)-float(b)-float(h)-float(g)/float(i)
dbbd = float(a)-float(b)-float(h)-float(g)*float(i)
dbc = float(a)-float(b)-float(h)/float(g)
dbca = float(a)-float(b)-float(h)/float(g)+float(i)
dbcb = float(a)-float(b)-float(h)/float(g)-float(i)
dbcc = float(a)-float(b)-float(h)/float(g)/float(i)
dbcd = float(a)-float(b)-float(h)/float(g)*float(i)
dbd = float(a)-float(b)-float(h)*float(g)
dbda = float(a)-float(b)-float(h)*float(g)+float(i)
dbdb = float(a)-float(b)-float(h)*float(g)-float(i)
dbdc = float(a)-float(b)-float(h)*float(g)/float(i)
dbdd = float(a)-float(b)-float(h)*float(g)*float(i)
dc = float(a)-float(b)/float(h)
dca = float(a)-float(b)/float(h)+float(g)
dcaa = float(a)-float(b)/float(h)+float(g)+float(i)
dcab = float(a)-float(b)/float(h)+float(g)-float(i)
dcac = float(a)-float(b)/float(h)+float(g)/float(i)
dcad = float(a)-float(b)/float(h)+float(g)*float(i)
dcb = float(a)-float(b)/float(h)-float(g)
dcba = float(a)-float(b)/float(h)-float(g)+float(i)
dcbb = float(a)-float(b)/float(h)-float(g)-float(i)
dcbc = float(a)-float(b)/float(h)-float(g)/float(i)
dcbd = float(a)-float(b)/float(h)-float(g)*float(i)
dcc = float(a)-float(b)/float(h)/float(g)
dcca = float(a)-float(b)/float(h)/float(g)+float(i)
dccb = float(a)-float(b)/float(h)/float(g)-float(i)
dccc = float(a)-float(b)/float(h)/float(g)/float(i)
dccd = float(a)-float(b)/float(h)/float(g)*float(i)
dcd = float(a)-float(b)/float(h)*float(g)
dcda = float(a)-float(b)/float(h)*float(g)+float(i)
dcdb = float(a)-float(b)/float(h)*float(g)-float(i)
dcdc = float(a)-float(b)/float(h)*float(g)/float(i)
dcdd = float(a)-float(b)/float(h)*float(g)*float(i)
dd = float(a)-float(b)*float(h)
dda = float(a)-float(b)*float(h)+float(g)
ddaa = float(a)-float(b)*float(h)+float(g)+float(i)
ddab = float(a)-float(b)*float(h)+float(g)-float(i)
ddac = float(a)-float(b)*float(h)+float(g)/float(i)
ddad = float(a)-float(b)*float(h)+float(g)*float(i)
ddb = float(a)-float(b)*float(h)-float(g)
ddba = float(a)-float(b)*float(h)-float(g)+float(i)
ddbb = float(a)-float(b)*float(h)-float(g)-float(i)
ddbc = float(a)-float(b)*float(h)-float(g)/float(i)
ddbd = float(a)-float(b)*float(h)-float(g)*float(i)
ddc = float(a)-float(b)*float(h)/float(g)
ddca = float(a)-float(b)*float(h)/float(g)+float(i)
ddcb = float(a)-float(b)*float(h)/float(g)-float(i)
ddcc = float(a)-float(b)*float(h)/float(g)/float(i)
ddcd = float(a)-float(b)*float(h)/float(g)*float(i)
ddd = float(a)-float(b)*float(h)*float(g)
ddda = float(a)-float(b)*float(h)*float(g)+float(i)
dddb = float(a)-float(b)*float(h)*float(g)-float(i)
dddc = float(a)-float(b)*float(h)*float(g)/float(i)
dddd = float(a)-float(b)*float(h)*float(g)*float(i)
e = float(a)*float(b)
ea = float(a)*float(b)+float(h)
eaa = float(a)*float(b)+float(h)+float(g)
eaaa = float(a)*float(b)+float(h)+float(g)+float(i)
eaab = float(a)*float(b)+float(h)+float(g)-float(i)
eaac = float(a)*float(b)+float(h)+float(g)/float(i)
eaad = float(a)*float(b)+float(h)+float(g)*float(i)
eab = float(a)*float(b)+float(h)-float(g)
eaba = float(a)*float(b)+float(h)-float(g)+float(i)
eabb = float(a)*float(b)+float(h)-float(g)-float(i)
eabc = float(a)*float(b)+float(h)-float(g)/float(i)
eabd = float(a)*float(b)+float(h)-float(g)*float(i)
eac = float(a)*float(b)+float(h)/float(g)
eaca = float(a)*float(b)+float(h)/float(g)+float(i)
eacb = float(a)*float(b)+float(h)/float(g)-float(i)
eacc = float(a)*float(b)+float(h)/float(g)/float(i)
eacd = float(a)*float(b)+float(h)/float(g)*float(i)
ead = float(a)*float(b)+float(h)*float(g)
eada = float(a)*float(b)+float(h)*float(g)+float(i)
eadb = float(a)*float(b)+float(h)*float(g)-float(i)
eadc = float(a)*float(b)+float(h)*float(g)/float(i)
eadd = float(a)*float(b)+float(h)*float(g)*float(i)
eb = float(a)*float(b)-float(h)
eba = float(a)*float(b)-float(h)+float(g)
ebaa = float(a)*float(b)-float(h)+float(g)+float(i)
ebab = float(a)*float(b)-float(h)+float(g)-float(i)
ebac = float(a)*float(b)-float(h)+float(g)/float(i)
ebad = float(a)*float(b)-float(h)+float(g)*float(i)
ebb = float(a)*float(b)-float(h)-float(g)
ebba = float(a)*float(b)-float(h)-float(g)+float(i)
ebbb = float(a)*float(b)-float(h)-float(g)-float(i)
ebbc = float(a)*float(b)-float(h)-float(g)/float(i)
ebbd = float(a)*float(b)-float(h)-float(g)*float(i)
ebc = float(a)*float(b)-float(h)/float(g)
ebca = float(a)*float(b)-float(h)/float(g)+float(i)
ebcb = float(a)*float(b)-float(h)/float(g)-float(i)
ebcc = float(a)*float(b)-float(h)/float(g)/float(i)
ebcd = float(a)*float(b)-float(h)/float(g)*float(i)
ebd = float(a)*float(b)-float(h)*float(g)
ebda = float(a)*float(b)-float(h)*float(g)+float(i)
ebdb = float(a)*float(b)-float(h)*float(g)-float(i)
ebdc = float(a)*float(b)-float(h)*float(g)/float(i)
ebdd = float(a)*float(b)-float(h)*float(g)*float(i)
ec = float(a)*float(b)/float(h)
eca = float(a)*float(b)/float(h)+float(g)
ecaa = float(a)*float(b)/float(h)+float(g)+float(i)
ecab = float(a)*float(b)/float(h)+float(g)-float(i)
ecac = float(a)*float(b)/float(h)+float(g)/float(i)
ecad = float(a)*float(b)/float(h)+float(g)*float(i)
ecb = float(a)*float(b)/float(h)-float(g)
ecba = float(a)*float(b)/float(h)-float(g)+float(i)
ecbb = float(a)*float(b)/float(h)-float(g)-float(i)
ecbc = float(a)*float(b)/float(h)-float(g)/float(i)
ecbd = float(a)*float(b)/float(h)-float(g)*float(i)
ecc = float(a)*float(b)/float(h)/float(g)
ecca = float(a)*float(b)/float(h)/float(g)+float(i)
eccb = float(a)*float(b)/float(h)/float(g)-float(i)
eccc = float(a)*float(b)/float(h)/float(g)/float(i)
eccd = float(a)*float(b)/float(h)/float(g)*float(i)
ecd = float(a)*float(b)/float(h)*float(g)
ecda = float(a)*float(b)/float(h)*float(g)+float(i)
ecdb = float(a)*float(b)/float(h)*float(g)-float(i)
ecdc = float(a)*float(b)/float(h)*float(g)/float(i)
ecdd = float(a)*float(b)/float(h)*float(g)*float(i)
ed = float(a)*float(b)*float(h)
eda = float(a)*float(b)*float(h)+float(g)
edaa = float(a)*float(b)*float(h)+float(g)+float(i)
edab = float(a)*float(b)*float(h)+float(g)-float(i)
edac = float(a)*float(b)*float(h)+float(g)/float(i)
edad = float(a)*float(b)*float(h)+float(g)*float(i)
edb = float(a)*float(b)*float(h)-float(g)
edba = float(a)*float(b)*float(h)-float(g)+float(i)
edbb = float(a)*float(b)*float(h)-float(g)-float(i)
edbc = float(a)*float(b)*float(h)-float(g)/float(i)
edbd = float(a)*float(b)*float(h)-float(g)*float(i)
edc = float(a)*float(b)*float(h)/float(g)
edca = float(a)*float(b)*float(h)/float(g)+float(i)
edcb = float(a)*float(b)*float(h)/float(g)-float(i)
edcc = float(a)*float(b)*float(h)/float(g)/float(i)
edcd = float(a)*float(b)*float(h)/float(g)*float(i)
edd = float(a)*float(b)*float(h)*float(g)
edda = float(a)*float(b)*float(h)*float(g)+float(i)
eddb = float(a)*float(b)*float(h)*float(g)-float(i)
eddc = float(a)*float(b)*float(h)*float(g)/float(i)
eddd = float(a)*float(b)*float(h)*float(g)*float(i)
f = float(a)/float(b)
fa = float(a)/float(b)+float(h)
faa = float(a)/float(b)+float(h)+float(g)
faaa = float(a)/float(b)+float(h)+float(g)+float(i)
faab = float(a)/float(b)+float(h)+float(g)-float(i)
faac = float(a)/float(b)+float(h)+float(g)/float(i)
faad = float(a)/float(b)+float(h)+float(g)*float(i)
fab = float(a)/float(b)+float(h)-float(g)
faba = float(a)/float(b)+float(h)-float(g)+float(i)
fabb = float(a)/float(b)+float(h)-float(g)-float(i)
fabc = float(a)/float(b)+float(h)-float(g)/float(i)
fabd = float(a)/float(b)+float(h)-float(g)*float(i)
fac = float(a)/float(b)+float(h)/float(g)
faca = float(a)/float(b)+float(h)/float(g)+float(i)
facb = float(a)/float(b)+float(h)/float(g)-float(i)
facc = float(a)/float(b)+float(h)/float(g)/float(i)
facd = float(a)/float(b)+float(h)/float(g)*float(i)
fad = float(a)/float(b)+float(h)*float(g)
fada = float(a)/float(b)+float(h)*float(g)+float(i)
fadb = float(a)/float(b)+float(h)*float(g)-float(i)
fadc = float(a)/float(b)+float(h)*float(g)/float(i)
fadd = float(a)/float(b)+float(h)*float(g)*float(i)
fb = float(a)/float(b)-float(h)
fba = float(a)/float(b)-float(h)+float(g)
fbaa = float(a)/float(b)-float(h)+float(g)+float(i)
fbab = float(a)/float(b)-float(h)+float(g)-float(i)
fbac = float(a)/float(b)-float(h)+float(g)/float(i)
fbad = float(a)/float(b)-float(h)+float(g)*float(i)
fbb = float(a)/float(b)-float(h)-float(g)
fbba = float(a)/float(b)-float(h)-float(g)+float(i)
fbbb = float(a)/float(b)-float(h)-float(g)-float(i)
fbbc = float(a)/float(b)-float(h)-float(g)/float(i)
fbbd = float(a)/float(b)-float(h)-float(g)*float(i)
fbc = float(a)/float(b)-float(h)/float(g)
fbca = float(a)/float(b)-float(h)/float(g)+float(i)
fbcb = float(a)/float(b)-float(h)/float(g)-float(i)
fbcc = float(a)/float(b)-float(h)/float(g)/float(i)
fbcd = float(a)/float(b)-float(h)/float(g)*float(i)
fbd = float(a)float(b)-float(h)*float(g)
fbda = float(a)/float(b)-float(h)*float(g)+float(i)
fbdb = float(a)/float(b)-float(h)*float(g)-float(i)
fbdc = float(a)/float(b)-float(h)*float(g)/float(i)
fbdd = float(a)/float(b)-float(h)*float(g)*float(i)
fc = float(a)/float(b)/float(h)
fca = float(a)/float(b)/float(h)+float(g)
fcaa = float(a)/float(b)/float(h)+float(g)+float(i)
fcab = float(a)/float(b)/float(h)+float(g)-float(i)
fcac = float(a)/float(b)/float(h)+float(g)/float(i)
fcad = float(a)/float(b)/float(h)+float(g)*float(i)
fcb = float(a)/float(b)/float(h)-float(g)
fcba = float(a)/float(b)/float(h)-float(g)+float(i)
fcbb = float(a)/float(b)/float(h)-float(g)-float(i)
fcbc = float(a)/float(b)/float(h)-float(g)/float(i)
fcbd = float(a)/float(b)/float(h)-float(g)*float(i)
fcc = float(a)/float(b)/float(h)/float(g)
fcca = float(a)/float(b)/float(h)/float(g)+float(i)
fccb = float(a)/float(b)/float(h)/float(g)-float(i)
fccc = float(a)/float(b)/float(h)/float(g)/float(i)
fccd = float(a)/float(b)/float(h)/float(g)*float(i)
fcd = float(a)/float(b)/float(h)*float(g)
fcda = float(a)/float(b)/float(h)*float(g)+float(i)
fcdb = float(a)/float(b)/float(h)*float(g)-float(i)
fcdc = float(a)/float(b)/float(h)*float(g)/float(i)
fcdd = float(a)/float(b)/float(h)*float(g)*float(i)
fd = float(a)/float(b)*float(h)
fda = float(a)/float(b)*float(h)+float(g)
fdaa = float(a)/float(b)*float(h)+float(g)+float(i)
fdab = float(a)/float(b)*float(h)+float(g)-float(i)
fdac = float(a)/float(b)*float(h)+float(g)/float(i)
fdad = float(a)/float(b)*float(h)+float(g)*float(i)
fdb = float(a)/float(b)*float(h)-float(g)
fdba = float(a)/float(b)*float(h)-float(g)+float(i)
fdbb = float(a)/float(b)*float(h)-float(g)-float(i)
fdbc = float(a)/float(b)*float(h)-float(g)/float(i)
fdbd = float(a)/float(b)*float(h)-float(g)*float(i)
fdc = float(a)/float(b)*float(h)/float(g)
fdca = float(a)/float(b)*float(h)/float(g)+float(i)
fdcb = float(a)/float(b)*float(h)/float(g)-float(i)
fdcc = float(a)/float(b)*float(h)/float(g)/float(i)
fdcd = float(a)/float(b)*float(h)/float(g)*float(i)
fdd = float(a)/float(b)*float(h)*float(g)
fdda = float(a)/float(b)*float(h)*float(g)+float(i)
fddb = float(a)/float(b)*float(h)*float(g)-float(i)
fddc = float(a)/float(b)*float(h)*float(g)/float(i)
fddd = float(a)/float(b)*float(h)*float(g)*float(i)
print""
print str(a) + " + " + str(b) + " = " + str(c)
print str(a) + " + " + str(b) + " + " + str(h) + " = " + str(ca)
print str(a) + " + " + str(b) + " + " + str(h) + " + " + str(g) + " = " + str(caa)
print str(a) + " + " + str(b) + " + " + str(h) + " - " + str(g) + " = " + str(cab)
print str(a) + " + " + str(b) + " + " + str(h) + " / " + str(g) + " = " + str(cac)
print str(a) + " + " + str(b) + " + " + str(h) + " * " + str(g) + " = " + str(cad)
print str(a) + " + " + str(b) + " - " + str(h) + " = " + str(cb)
print str(a) + " + " + str(b) + " - " + str(h) + " + " + str(g) + " = " + str(cba)
print str(a) + " + " + str(b) + " - " + str(h) + " - " + str(g) + " = " + str(cbb)
print str(a) + " + " + str(b) + " - " + str(h) + " / " + str(g) + " = " + str(cbc)
print str(a) + " + " + str(b) + " - " + str(h) + " * " + str(g) + " = " + str(cbd)
print str(a) + " + " + str(b) + " / " + str(h) + " = " + str(cc)
print str(a) + " + " + str(b) + " / " + str(h) + " + " + str(g) + " = " + str(cca)
print str(a) + " + " + str(b) + " / " + str(h) + " - " + str(g) + " = " + str(ccb)
print str(a) + " + " + str(b) + " / " + str(h) + " / " + str(g) + " = " + str(ccc)
print str(a) + " + " + str(b) + " / " + str(h) + " * " + str(g) + " = " + str(ccd)
print str(a) + " + " + str(b) + " * " + str(h) + " = " + str(cd)
print str(a) + " + " + str(b) + " * " + str(h) + " + " + str(g) + " = " + str(cda)
print str(a) + " + " + str(b) + " * " + str(h) + " - " + str(g) + " = " + str(cdb)
print str(a) + " + " + str(b) + " * " + str(h) + " / " + str(g) + " = " + str(cdc)
print str(a) + " + " + str(b) + " * " + str(h) + " * " + str(g) + " = " + str(cdd)
print""
print str(a) + " - " + str(b) + " = " + str(d)
print str(a) + " - " + str(b) + " + " + str(h) + " = " + str(da)
print str(a) + " - " + str(b) + " + " + str(h) + " + " + str(g) + " = " + str(daa)
print str(a) + " - " + str(b) + " + " + str(h) + " - " + str(g) + " = " + str(dab)
print str(a) + " - " + str(b) + " + " + str(h) + " / " + str(g) + " = " + str(dac)
print str(a) + " - " + str(b) + " + " + str(h) + " * " + str(g) + " = " + str(dad)
print str(a) + " - " + str(b) + " - " + str(h) + " = " + str(db)
print str(a) + " - " + str(b) + " - " + str(h) + " + " + str(g) + " = " + str(dba)
print str(a) + " - " + str(b) + " - " + str(h) + " - " + str(g) + " = " + str(dbb)
print str(a) + " - " + str(b) + " - " + str(h) + " / " + str(g) + " = " + str(dbc)
print str(a) + " - " + str(b) + " - " + str(h) + " * " + str(g) + " = " + str(dbd)
print str(a) + " - " + str(b) + " / " + str(h) + " = " + str(dc)
print str(a) + " - " + str(b) + " / " + str(h) + " + " + str(g) + " = " + str(dca)
print str(a) + " - " + str(b) + " / " + str(h) + " - " + str(g) + " = " + str(dcb)
print str(a) + " - " + str(b) + " / " + str(h) + " / " + str(g) + " = " + str(dcc)
print str(a) + " - " + str(b) + " / " + str(h) + " * " + str(g) + " = " + str(dcd)
print str(a) + " - " + str(b) + " * " + str(h) + " = " + str(dd)
print str(a) + " - " + str(b) + " * " + str(h) + " + " + str(g) + " = " + str(dda)
print str(a) + " - " + str(b) + " * " + str(h) + " - " + str(g) + " = " + str(ddb)
print str(a) + " - " + str(b) + " * " + str(h) + " / " + str(g) + " = " + str(ddc)
print str(a) + " - " + str(b) + " * " + str(h) + " * " + str(g) + " = " + str(ddd)
print""
print str(a) + " * " + str(b) + " = " + str(e)
print str(a) + " * " + str(b) + " + " + str(h) + " = " + str(ea)
print str(a) + " * " + str(b) + " + " + str(h) + " + " + str(g) + " = " + str(eaa)
print str(a) + " * " + str(b) + " + " + str(h) + " - " + str(g) + " = " + str(eab)
print str(a) + " * " + str(b) + " + " + str(h) + " / " + str(g) + " = " + str(eac)
print str(a) + " * " + str(b) + " + " + str(h) + " * " + str(g) + " = " + str(ead)
print str(a) + " * " + str(b) + " - " + str(h) + " = " + str(eb)
print str(a) + " * " + str(b) + " - " + str(h) + " + " + str(g) + " = " + str(eba)
print str(a) + " * " + str(b) + " - " + str(h) + " - " + str(g) + " = " + str(ebb)
print str(a) + " * " + str(b) + " - " + str(h) + " / " + str(g) + " = " + str(ebc)
print str(a) + " * " + str(b) + " - " + str(h) + " * " + str(g) + " = " + str(ebd)
print str(a) + " * " + str(b) + " / " + str(h) + " = " + str(ec)
print str(a) + " * " + str(b) + " / " + str(h) + " + " + str(g) + " = " + str(eca)
print str(a) + " * " + str(b) + " / " + str(h) + " - " + str(g) + " = " + str(ecb)
print str(a) + " * " + str(b) + " / " + str(h) + " / " + str(g) + " = " + str(ecc)
print str(a) + " * " + str(b) + " / " + str(h) + " * " + str(g) + " = " + str(ecd)
print str(a) + " * " + str(b) + " * " + str(h) + " = " + str(ed)
print str(a) + " * " + str(b) + " * " + str(h) + " + " + str(g) + " = " + str(eda)
print str(a) + " * " + str(b) + " * " + str(h) + " - " + str(g) + " = " + str(edb)
print str(a) + " * " + str(b) + " * " + str(h) + " / " + str(g) + " = " + str(edc)
print str(a) + " * " + str(b) + " * " + str(h) + " * " + str(g) + " = " + str(edd)
print""
print str(a) + " / " + str(b) + " + " + str(h) + " = " + str(fa)
print str(a) + " / " + str(b) + " + " + str(h) + " + " + str(g) + " = " + str(faa)
print str(a) + " / " + str(b) + " + " + str(h) + " - " + str(g) + " = " + str(fab)
print str(a) + " / " + str(b) + " + " + str(h) + " / " + str(g) + " = " + str(fac)
print str(a) + " / " + str(b) + " + " + str(h) + " * " + str(g) + " = " + str(fad)
print str(a) + " / " + str(b) + " - " + str(h) + " = " + str(fb)
print str(a) + " / " + str(b) + " - " + str(h) + " + " + str(g) + " = " + str(fba)
print str(a) + " / " + str(b) + " - " + str(h) + " - " + str(g) + " = " + str(fbb)
print str(a) + " / " + str(b) + " - " + str(h) + " / " + str(g) + " = " + str(fbc)
print str(a) + " / " + str(b) + " - " + str(h) + " * " + str(g) + " = " + str(fbd)
print str(a) + " / " + str(b) + " / " + str(h) + " = " + str(fc)
print str(a) + " / " + str(b) + " / " + str(h) + " + " + str(g) + " = " + str(fca)
print str(a) + " / " + str(b) + " / " + str(h) + " - " + str(g) + " = " + str(fcb)
print str(a) + " / " + str(b) + " / " + str(h) + " / " + str(g) + " = " + str(fcc)
print str(a) + " / " + str(b) + " / " + str(h) + " * " + str(g) + " = " + str(fcd)
print str(a) + " / " + str(b) + " * " + str(h) + " = " + str(fd)
print str(a) + " / " + str(b) + " * " + str(h) + " + " + str(g) + " = " + str(fda)
print str(a) + " / " + str(b) + " * " + str(h) + " - " + str(g) + " = " + str(fdb)
print str(a) + " / " + str(b) + " * " + str(h) + " / " + str(g) + " = " + str(fdc)
print str(a) + " / " + str(b) + " * " + str(h) + " * " + str(g) + " = " + str(fdd)
KONEC = raw_input("KONEC!")
Komentáře
Přehled komentářů
Zatím nebyl vložen žádný komentář