Run ID:150973
提交时间:2026-04-02 15:32:05
#include<bits/stdc++.h> using namespace std; int main(){ char A='A'; cin>>A; cout<<char(A-32); return 0; }