The numlock key on my computer is pressed and is now broken, so I cant press it to switch off the numlock mode. And hence I am not able to read whatever I am typing. Can you help me decode what I am typing?
Example
Input: "0y n4036c2 2ey 5s br62en!" Output: "my numlock key is broken!"
Happy decoding!
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers54
Suggested Problems
-
Find state names that end with the letter A
1197 Solvers
-
Increment a number, given its digits
684 Solvers
-
1464 Solvers
-
Check if number exists in vector
13844 Solvers
-
613 Solvers
More from this Author25
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Is the '/' character supposed to have two different mappings? As that makes things much more complicated...
Actually it makes impossible to solve for some cases. For instance we can never know if the number 2536 is truly the number 2536 or if it is the word kilo except by the context of some phrase (human comprehension). All solutions use some nongeneral trick to identify such cases.