| CodeRams Practice Problem Archive |
|---|
| Закончено |
Encryption has been an essential tool throughout history and the modern world. Essentially, encryption is the practice of encoding messages, for the purposes of securing the message's confidentiality from other parties.
Your Job is to create a basic encryption method, where if we cast characters of a word to an integer, the odds will be swapped with its following even character, where the first positive integer n are the number of cases following it.
4 ABCDEFG GAME RAMBOOK EHLLO
BADCFEG AGEM ARBMOOK HELLO
(If the word is of an odd length, the last character should be the same)
| Название |
|---|


