PROGRAMMING:Password conversion
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
###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