#include<iostream> using namespace std; int main() { char a; cin>>a; if(a+2>89) { cout<<(char)(a-24); } else { cout<<(char)(a+2); } }