Frieren wants to steal Josh's heart again, because her first attempt heartbreakingly failed.
It’s because Josh reinforced the encrypted key, which made her harder to decrypt.
Given 6 digits binary,
The first digit is a signed bit, as per the rules :
The last 5 digits determine the number. Convert the number to a character in reversing order, such as :
Here is the ASCII Table to help you:
Input is 1 integer.
You can safely assume that the input is only 6 digit and contain 1 or 0, and the number is in the range 1 <= X <= 26
Output the encrypted character
Don't forget to print the new line