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