fork download
  1. import itertools; import operator; n,m=6,3; print '\n'.join(sorted('{}={}'.format(reduced, '*'.join(map(str,fangs))) for fangs, reduced in ((fangs, reduce(operator.mul, fangs)) for fangs in itertools.combinations_with_replacement(range(10**(n/m-1), 10**(n/m)), m)) if sorted(str(reduced)) == sorted(''.join(map(str, fangs))) and map(lambda x: str(x)[-1], fangs).count('0') <= 1))
Success #stdin #stdout 0.86s 8968KB
stdin
Standard input is empty
stdout
114390=31*41*90
121695=21*61*95
127428=21*74*82
127680=21*76*80
127980=20*79*81
137640=31*60*74
163680=31*66*80
178920=28*71*90
197925=29*75*91
198450=49*50*81
247680=40*72*86
294768=46*72*89
376680=60*73*86
397575=57*75*93
457968=56*87*94
479964=69*74*94
498960=60*84*99