| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 128588 | 陈奕涵 | 情报加密 | C++ | Wrong Answer | 0 MS | 272 KB | 546 | 2025-08-18 14:54:28 |
#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; int main(){ char a[81]; cin>>a; int m=strlen(a); for(int i=0;i<m;i++){ if((a[i]>='A'&&a[i]<='Z')||(a[i]>='a'&&a[i]<='z')){ a[i]+=1; if(a[i]>'z'||a[i]>'Z') a[i]-=26; } cout<<a[i]; } return 0; }
------Input------
It is my pleasure.
------Answer-----
Ju jt nz qmfbtvsf.
------Your output-----
J[