All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Simia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:11, 24 August 2025 Denny (talk | contribs) created page Unique digits addition - GPT OSS cleaned (Created page with "<pre> def ok(a, b, c): digits = str(a) + str(b) + str(c) return len(set(digits)) == len(digits) solutions = set() MAX = 10_000 for a in range(1, MAX): for b in r...")