两个吃奶一个添下面视频_人妻第一页香蕉网_欧美xxxx少妇_妺妺窝人体色www婷婷

Dotcpp  >  編程題庫  >  Casear cypher
題目 2188:

Casear cypher

時間限制: 2s 內(nèi)存限制: 192MB 提交: 197 解決: 26

題目描述

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.

輸入格式

a single line of characters with length L (0<L<=2^10)

輸出格式

a single line of characters have been translated.

樣例輸入

Mjwj nx f wjfqqd xnruqj rjxxflj ymfy dtz xmtzqi ijhtij

樣例輸出

Here is a really simple message that you should decode

提示

零基礎同學可以先學習視頻課程,包含C/C++、Python、百練、藍橋杯輔導、算法數(shù)據(jù)結構等課程,提供視頻講解以及配套習題,還有老師答疑,點擊這里了解課程詳情
標簽