시간 제한 | 메모리 제한 | 제출 | 정답 | 맞힌 사람 | 정답 비율 |
---|---|---|---|---|---|
1 초 | 128 MB | 151 | 79 | 73 | 50.694% |
In order to send a secret message to your friend, you invent an original method to encrypt the message. The encryption rule is quite simple. A letter is replaced with 2-digit number. Each letter has its corresponding number as the following:
a = 01, b = 02, c = 03, ..., y = 25, z = 26 A = 27, B = 28, C = 29, ..., Y = 51, Z = 52
Every numeric character (0-9) that appears in the original message will be prefixed by #. All other characters will not be changed.
The input message is composed of a string containing less than 128 characters.
Print out the encrypted message.
Meet in library at 10:45 AM.
39050520 0914 12090218011825 0120 #1#0:#4#5 2739.