Run ID:105950
提交时间:2025-01-15 09:48:27
#include<iostream> using namespace std; int main(){ char a,b; cin>>a; b=(a-65+2)%26+65; cout<<b; return 0; }