早教吧 育儿知识 作业答案 考试题库 百科 知识分享

一道很简单的ACM题,求大神看看我错在哪儿了,C++YoumusthaveheardofanancientencryptioncalledCaesarcipheror'shiftcipher'.Thatis,giventheplaintextandanumberD,youshouldreplaceeverycharactercintheplaintextwithan

题目详情
一道很简单的ACM题,求大神看看我错在哪儿了,C++
You must have heard of an ancient encryption called Caesar cipher or 'shift cipher'.That is,given the plaintext and a number D,you should replace every character c in the plaintext with another character which is D places after c in the alphabet.For example,if D = 2,you should replace 'a' with 'c',replace 'b' with 'd',...replace 'y' with 'a',and replace 'z' with 'b'.
Given the plaintext and D,you should output the cipher text.
InputThe first line is an integer T,the number of test cases.Then T cases follows.
Each case contains only one line,consists of the plaintext and the number D,separated by a space.You can assume there are only lower case letters in the plaintext,and the length is no more than 100.0 ≤ D < 26.
OutputOutput one line for each test case,indicating the cipher text.
Sample Input2
tjucs 1
abcd 0
Sample Outputukvdt
abcd
我的代码:
#include
#include
using namespace std;
int main()
{
int a,i,n;
char s[99];
while(cin>>a)
{
for(i=0;i>s>>n;
int l=strlen(s);
for(int j=0;j
▼优质解答
答案和解析
#include
#include
using namespace std;
int main()
{
int a,i,n;
char s[111]; //这里可以开大一点,因为结尾还有一个字符是'\0';
while(cin>>a)
{
for(i=0;i>s>>n;
int l=strlen(s);
for(int j=0;j'z') //这里还可能超出字母的范围
k-=26;
cout
看了 一道很简单的ACM题,求大神...的网友还看了以下:

证到四果阿罗汉的人,他的神通变化就是不可思议的,天神的神通道力非常大,比如他化自在天的天魔,可以率  2020-04-06 …

英语翻译是这个“精神”“同时从《合同法》和《消费者权益保护法》相关保护消费者利益的精神出发”类似于  2020-04-11 …

神族用英语怎么说然后再给每个神的英文名称..比如死神英文就是Azrael.那大天使英文呢?.爱神英  2020-05-12 …

英语翻译(也许在寻求神跟随神的道路上道路上会经历到一些坎坷,但这是神的考验,同时也是神给人的一个磨  2020-05-14 …

神是什么?又是谁创造了"神"这个字的?人是怎么幻想出"神"来的?形形色色的神应该有范本的.那这些神  2020-05-17 …

一道很简单的ACM题,求大神看看我错在哪儿了,C++Youmusthaveheardofananc  2020-05-19 …

身釆飞扬聚精会神料事如神这几个词中神的解释A神中的人物,有超人的能力B身釆飞扬聚精会神料事如神这几  2020-06-07 …

黑格尔的绝对精神和客观精神绝对精神是黑格尔哲学的核心,而对与国家、自由他又有提出客观精神,二者有何  2020-06-09 …

大学里的一道证明题.超级难人与神赛跑.神的速度比人快N倍,所以让人先跑然后神去追.这个时候人在A点  2020-06-10 …

第一题辨析题:黑夜旷野中的磷火,从科学上讲,那只是自然现象.对这种现象,相信鬼神的人以为是鬼神在作  2020-06-29 …