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