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