Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
89079 徐文杰 03字符加密 C++ Wrong Answer 1 MS 272 KB 134 2024-08-22 14:39:57

Tests(0/10):


Code:

#include<iostream> using namespace std; int main(){ char s; int a,d; cin>>a>>s; d=a+s; cout<<char(d%26); }


Run Info:

------Input------
E
------Answer-----
G
------Your output-----