#include using namespace std; int main(){ char ch; cin>>ch; if((ch>=65) && (ch<=90)){ cout<<"Uppercase"<=97) && (ch<=122)){ cout<<"lowercase"<