Problem 48270. Decipher the message - same key for all digits
You will be given a input number (eg) x='gdkkn'
you have to figure out the dechiper key and match it with given input and decipher it
ref=ascii(32:126); decipher_key=[ascii(33:126) ascii(32) ]
output y='hello'
"If" and "while" are forbidden
Solution Stats
Problem Comments
-
1 Comment
Rafael S.T. Vieira
on 19 Nov 2022
Hard work is only useful for your boss. :)
Solution Comments
Show commentsProblem Recent Solvers11
Suggested Problems
-
5009 Solvers
-
Project Euler: Problem 8, Find largest product in a large string of numbers
1301 Solvers
-
Find the largest value in the 3D matrix
1655 Solvers
-
Determine if input is a Narcissistic number
215 Solvers
-
Integer Sequence - II : New Fibonacci
675 Solvers
More from this Author33
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!