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