Encryption
Задача
Valya encrypts Russian words (a sequence of letters), writing down its code instead of each letter.
A |
D |
K |
N |
O |
C |
01 |
100 |
101 |
10 |
111 |
000 |
Some encryptions can be decrypted in more than one way. For example,
00010101
can mean not only
SKA
, but also
SNK
.
Three code chains are given:
10111101
00011110
100111101
Find among them the one that has only one decryption. Write down the deciphered word in the answer.
Выберите правильный ответ, либо введите его в поле ввода
Комментарий учителя