Intelligence Service X65029


Statement
 

pdf   zip

html

Input The input of the program will be only one sentence. The sentence will not contain punctuation marks, nor symbols different than letters. All letters will be uppercase.

Output The program must output the decrypted sentence.

Public test cases
  • Input

    MFXDFNP UP IQ
    

    Output

    WELCOME TO HP
    
  • Information
    Author
    HP CodeWars
    Language
    English
    Official solutions
    Python
    User solutions
    C++ Python