Run ID:91987
提交时间:2024-09-27 19:35:11
#include<iostream> using namespace std; int main(){ char q1; cin>>q1; q1=(q1+2-65)%26+65; cout<<q1; return 0; }