Main public logs
Appearance
Combined display of all available logs of scratchpad. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:31, 30 August 2026 Admin talk contribs deleted page CSES/Introductory/Weird Algorithm (content was: " Just use Brute Force using while loop <syntaxhighlight lang="python3" line="1"> n = int(input()) while n != 1: print(n, end=' ', flush=True) if n % 2 != 0: n = n*3 + 1 else: n = n // 2 print(n) </syntaxhighlight>", and the only contributor was "Admin" (talk))