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