Main public logs

Jump to navigation Jump to search

Combined display of all available logs of programming_contest. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 03:43, 14 February 2023 Kmk21 talk contribs created page Birthday Gift (Created page with "Boiling it down, this problem asks us to count the number of 'a' digit numbers which are equal to 'b' mod 225. We first notice that 'a' is 10^18, so far too large to do any math on or even iterate through. We also notice that 225 is an oddly specific number, and factoring, we find that it is 25 * 9, both factors of which have straightforward divisibility checks, whereby x % 25 = 0 is demonstrated by the last two digits being 00, 25, 50, or 75, and x % 9 = 0 demonstrated...")