#include<bits/stdc++.h> using namespace std; int main() { char W; cin>>W; char s=W-'A'+'a'; cout<<s;
}
Using your lizikid universal account