Run ID:89079
提交时间:2024-08-22 14:39:57
#include<iostream> using namespace std; int main(){ char s; int a,d; cin>>a>>s; d=a+s; cout<<char(d%26); }