Run ID:126343

提交时间:2025-07-17 17:03:57

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