Run ID:103300
提交时间:2024-12-28 15:42:27
#include<iostream> using namespace std; int main() { char c; cin>>c; cout<<c-32; return 0; }