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