| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 138811 | gqj | 03字符加密 | C++ | Wrong Answer | 0 MS | 276 KB | 238 | 2025-11-29 22:22:06 |
#include <iostream> using namespace std; int main(){ char A; int a=A; cin>>a; if(a='Y'){ cout<<char(89-24); }else if(a='Z'){ cout<<char(90-24); }else { cout<<char(a+2); } return 0; }
------Input------
E
------Answer-----
G
------Your output-----
A