Problem 1

5

1 votes
Medium-Hard
Problem

Problem Statement: Given below is a message and the ouput is it's encrypted form. Your job is to find the logic used to encrpyt the message and create a program for the same. Note that the input message can only contain capital alphabets.
example 1
input
READY
output
WUPJX
example 2
input
GATE
output
KSFO

Time Limit: 1
Memory Limit: 256
Source Limit:
Explanation

Problem Statement: Given below is a message and the ouput is it's encrypted form. Your job is to find the logic used to encrpyt the message and create a program for the same. Note that the input message can only contain capital alphabets.
example 1
input
READY
output
WUPJKX
example 2
input
GATE
output
KSFO

Editor Image

?