Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
105497 林嘉乐 加密的病历单 C++ Wrong Answer 1 MS 276 KB 385 2025-01-13 17:34:46

Tests(0/10):


Code:

#include<bits/stdc++.h> using namespace std; int main() { char a[51]; cin>>a; int n; n=strlen(a); for(int i=0;i<n;i++){ if(a[i]>='A'&& a[i]<='Z'){ a[i]+=32; a[i]+=3; if(a[i>'z']){ a[i]-=26; } } else{ a[i]-=32; a[i]+=3; if(a[i]>'Z'){ a[i]-=26; } } } for(int i=n-1;i>=0;i--){ cout<<a[i]; } cout<<endl; return 0; }


Run Info:

------Input------
QkuGixGiCRBSbSfYmYxtQsPuHaYSYYKSVYuywxqiHIBqOQOnp
------Answer-----
SQrtrTelkLTAZBXbyvnbbvbDkXsVtWAbPbIvEveufLjALjXNt
------Your output-----
SQXZXTKRQLTAZBXb_\Tbb\bDQXYVZWAbPbI\E\K[LLPALPXNZ