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