-
Notifications
You must be signed in to change notification settings - Fork 2
drmmessages
bradendubois edited this page Nov 8, 2021
·
8 revisions
ID: drmmessages
Difficulty: 1.5
CPU Time: 1 second
Memory: 1024 MB
For this, take the string and split it in two halves; sum the values of both strings. Then, take each character (A=0, B=1, ...) and add the sum for that string to that character. Mod by 26 if necessary. Do this with both halves. Add each character-pair between the two strings, again modding by 26.