练69.5 恺撒加密术
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
加密术最早应用于古代战争。古罗马时期,凯撒大帝曾是使用密码来传递信息,它是一种替代密码,对于信中的每个字母,会用它后面第i给字母代替。试编一个程序,将输入的一段英文字符加密后输出,只加密字母,加密的规则是用字母后来的第个字母代替用来的字母,即用’’代替’’,用’’代替’’,······,用’’代替’’。
Input Format
一行字符串。
Output Format
加密后的字符串。
Nike is excellent!
Ojlf jt fydfmmfou!
Source
http://bas.ssoier.cn:8086/problem_show.php?pid=3405 字符数组与字符串
数组及应用4(字符数组和字符串)
- Status
- Done
- Problem
- 8
- Open Since
- 2025-12-12 0:00
- Deadline
- 2025-12-19 23:59
- Extension
- 24 hour(s)