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