[Community Puzzle] Mask-Matching - Puzzle discussion

Coding Games and Programming Challenges to Code Better

Send your feedback or ask for help here!

Created by @NicknamedTwice,validated by @ajaiy,@TBali and @sanderrapanan.
If you have any issues, feel free to ping them.

Test #13 prefixes the hex code with “0x”.
None of the other tests do this, nor is it indicated in the instructions that it might happen.

1 Like

sorry, i fixed it now

There is a mismatch between the text and the constraints : the text says that the mask is less than 2^28, but the constraints (and the tests !) say 2^62.

1 Like

Thank you for reporting. I’ve revised the statement.