#include<iostream> using namespace std; int main(){ char a; cin>>a; char b = a - 32; cout<<b<<endl; return 0; }
Using your 蒙青创OJ universal account