#include using namespace std; int main() { char ch; cin>>ch; ch=(ch>='A' && ch<='Z')?(ch+32):ch; cout<