Cody Problem 58299 asks you to encrypt a message by changing all letters to uppercase and randomly choosing a position of the ASCII codes of the message’s characters in the fractional part of the square root of 2.
Write a function to decrypt a message encrypted in this way. A string with the fractional part of the square root of 2 will be set as a global variable.

Solution Stats

5 Solutions

3 Solvers

Last Solution submitted on Apr 30, 2024

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...