Ad
  • Custom User Avatar

    JS Node 18 should be enabled

  • Custom User Avatar

    No random tests in kotlin

  • Custom User Avatar

    I bet this is not how you supposed it to be done.

    I agree with B4B, applying these additional "conditions" to artificially increase the difficulty is a bad idea. You'll have to ban lots of stuff (and I used the simplest hack, believe me) and in the end very few will be satisfied with it. Moreover, compared to converting the result to hexadecimal, the main task is terribly easy.
    Either reconsider your priorities or implement a proper anticheat :\

  • Default User Avatar

    Hi,

    • make it py3 compatible, there is no sense in creating a py2 only compatible version now.
    • don't try to push in restrictions i python, unless you're prepared to make a HUGE fight aaginst others. I can already tell you that you didn't lock enough things.
    • your solution is subject to floating point errors too:
    ('001011100111110110101001', 36)
      (46, 36, ':', 62)
      (125, 36, ':', 170)    <-  170 is the exact result here but your solution rounded it done. That's wrong.
      (169, 36, ':', 229)
    '3EAAE5' should equal '3EA9E5'