SEND + MORE = MONEY: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

10 February 2023

  • curprev 17:3417:34, 10 February 2023CalmoSoft talk contribs 2,425 bytes +13 →‎{{header|Ring}}
  • curprev 15:2315:23, 10 February 2023CalmoSoft talk contribs 2,412 bytes +2,412 Created page with "=={{header|Ring}}== This is a classic puzzle. </br> [https://mindyourdecisions.com/blog/2018/09/06/send-more-money-a-great-puzzle/ SEND + MORE = MONEY: A Great Puzzle] <syntaxhighlight lang="ring"> t1 = clock() // start see "works..." + nl + nl aListSend = [] aListMore = [] for s = 0 to 9 for e1 = 0 to 9 for n = 0 to 9 for d = 0 to 9 bool = s!=e1 and s!=n and s!=d and e1!=n and e1!=d and n!=d if bool..."
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)