ACM训练2188: Casear cypher题解

冷默言语 算法基础篇 33 0
题库丰富多样,涵盖各个领域,全网最全C++题库,让您在练习中不断成长!
The casear cypher is an encryption method based on changing the letters in some text by a certain amount. For example if we shift each letter by 2, then all a's would be come c's all b's would become d's, all y's will become a's and all z's will become b's etc.Write a program that reads some text that has been encoded using the Caesar cypher. This text will have been encoded using some shift between 1 and 25. Print the original text to the screen.

The casear cypher is an encryption method based on changing the letters in some text by a certain amount. For example if we shift each letter by 2, then all a's would be come c's all b's would become d's, all y's will become a's and all z's will become b's etc. Write a program that reads some text that has been encoded using the Caesar cypher. This text will have been encoded using some shift between 1 and 25. Print the original text to the screen.

ACM训练2188: Casear cypher题解
-第1张图片-东莞河马信息技术
(图片来源网络,侵删)
想要在职场中立于不败之地?那就来试试全网最全C++题库,让您在练习中快速提升技能。

标签: ACM训练2188: Casear cypher题解