All public logs
Jump to navigation
Jump to search
Combined display of all available logs of srakrn | Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 21:25, 21 April 2026 Srakrn talk contribs created page PromptCode (Created page with "{{PromptCode Instructions}}")
- 21:24, 21 April 2026 Srakrn talk contribs created page PromptCode/6 (Created page with "{{PromptCode Instruction}} <pre> def sc(lst, t, lo=0, hi=None): if hi is None: hi = len(lst) - 1 if lo > hi: return -1 mid = (lo + hi) // 2 if...")