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

PROGRAMMING:Character encryption 1

Luz5年前 (2021-05-10)题库445
Character complementary encryption, case letter encryption rules are as follows, other characters before and after encryption unchanged.
![ Untitled. PNG] (~ / d166884b-dd46-4983-9ece-51d065816816. 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
Hello World!
```
###Output example:
The corresponding output is given here. For example:
```out
Svool Dliow!
```






answer:If there is no answer, please comment