Run ID:94280

提交时间:2024-10-20 10:57:45

#include<bits/stdc++.h> using namespace std; int main(){ char t; cin>>t; cout<<t-32; return 0; }