<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://simia.net/index.php?action=history&amp;feed=atom&amp;title=Unique_digits_addition_-_Markus</id>
	<title>Unique digits addition - Markus - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://simia.net/index.php?action=history&amp;feed=atom&amp;title=Unique_digits_addition_-_Markus"/>
	<link rel="alternate" type="text/html" href="http://simia.net/index.php?title=Unique_digits_addition_-_Markus&amp;action=history"/>
	<updated>2026-05-15T11:59:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>http://simia.net/index.php?title=Unique_digits_addition_-_Markus&amp;diff=2678&amp;oldid=prev</id>
		<title>Denny: Created page with &quot;&lt;pre&gt; zeichen = &quot;0123456789&quot;  import itertools i=0  loesungen = set()  for len1 in range(1,5):     for len2 in range(1,5):         for perm1 in itertools.permutations(list(zei...&quot;</title>
		<link rel="alternate" type="text/html" href="http://simia.net/index.php?title=Unique_digits_addition_-_Markus&amp;diff=2678&amp;oldid=prev"/>
		<updated>2025-08-24T08:07:03Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;pre&amp;gt; zeichen = &amp;quot;0123456789&amp;quot;  import itertools i=0  loesungen = set()  for len1 in range(1,5):     for len2 in range(1,5):         for perm1 in itertools.permutations(list(zei...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
zeichen = &amp;quot;0123456789&amp;quot;&lt;br /&gt;
&lt;br /&gt;
import itertools&lt;br /&gt;
i=0&lt;br /&gt;
&lt;br /&gt;
loesungen = set()&lt;br /&gt;
&lt;br /&gt;
for len1 in range(1,5):&lt;br /&gt;
    for len2 in range(1,5):&lt;br /&gt;
        for perm1 in itertools.permutations(list(zeichen),len1):&lt;br /&gt;
            rest = list(set(zeichen) - set(perm1))&lt;br /&gt;
            for perm2 in itertools.permutations(rest,len2):&lt;br /&gt;
                #zahl1 = int(perm1[0] + perm1[1] + perm1[2])&lt;br /&gt;
                zahl1 = int(''.join(perm1))&lt;br /&gt;
                zahl2 = int(''.join(perm2))&lt;br /&gt;
                #zahl2 = int(perm2[0] + perm2[1] + perm2[2])&lt;br /&gt;
                ergebnis = zahl1 + zahl2&lt;br /&gt;
                rest2 = set(rest) - set(perm2)&lt;br /&gt;
                if len(set(f&amp;quot;{ergebnis}&amp;quot;))==len(f&amp;quot;{ergebnis}&amp;quot;) and set(f&amp;quot;{ergebnis}&amp;quot;).isdisjoint(set(perm1)) and set(f&amp;quot;{ergebnis}&amp;quot;).isdisjoint(set(perm2)):&lt;br /&gt;
                    if not (zahl1,zahl2) in loesungen:&lt;br /&gt;
                        loesungen.add((zahl1,zahl2))&lt;br /&gt;
                        print(f&amp;quot;{zahl1} + {zahl2} = {ergebnis}&amp;quot;)&lt;br /&gt;
                        i+=1&lt;br /&gt;
        &lt;br /&gt;
print(i)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Denny</name></author>
		
	</entry>
</feed>