练9.3 加四密码
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
Description
To encrypt the word , the encryption rule is to replace each letter with the 4th letter after it. For example, the 4th letter after is , so replaces . Therefore, should be encrypted as . Write a program that initializes variables , , , , and with the values , , , , and respectively, performs the encryption, and outputs the result.
Input Format
A string of length (guaranteed that the 4th letter after each input letter exists).
Output Format
Output the encrypted result.
Sample
ChinaGlmre
20230913B班作业(1)
- Status
- Done
- Problem
- 5
- Open Since
- 2025-9-13 0:00
- Deadline
- 2025-9-21 23:59
- Extension
- 24 hour(s)