-->
当前位置:首页 > 题库

PROGRAMMING:Character encryption 2

Luz5年前 (2021-05-10)题库499
Character encryption: the encryption rules of upper and lower case letters are shown in the table below, and other characters remain unchanged before and after encryption.
![ 1 untitled. PNG] (~ / 92107e45-adf1-416b-aa29-3f0144fceaf0. PNG)
###Input format:
Enter a line of string you want to encrypt.
###Output format:
Output encrypted string.
###Input example:
Here is a set of inputs. For example:
```in
Zero zero seven!
```
###Output example:
The corresponding output is given here. For example:
```out
aFSP AFSP TFWFO!
```







answer:If there is no answer, please comment