#include<iostream> using namespace std; int main(){ char q1; cin>>q1; q1=(q1+2-65)%26+65; cout<<q1; return 0; }