#include <iostream> using namespace std; int main(){ char c1; cin>>c1; int a=c1+32; cout<<(char)a<<endl; }