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

PROGRAMMING:Password conversion

Luz5年前 (2021-05-10)题库393
Enter a capital letter and move it back two positions to encrypt, i.e. a to C, B to D, X to Z, Z to B
###Input format:
One line, one capital letter
###Output format:
One line, one capital letter
###Input example:
```in
D
```
###Output example:
```out
F
```







answer:If there is no answer, please comment