#include<bits/stdc++.h> using namespace std; int main() { char c; cin>>c; char res=c-32; cout<<res<<endl; }
Using your lizikid universal account